Skip to content

Commit

Permalink
Add git as debian dependency
Browse files Browse the repository at this point in the history
Used by npm to install module dependencies that use git URLs

Closes atom#4668
  • Loading branch information
kevinsawicki committed Dec 17, 2014
1 parent 5add777 commit 5a8b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/linux/debian/control.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: <%= name %>
Version: <%= version %>
Depends: gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11, libnotify4, libxtst6, libnss3, python, gvfs-bin, xdg-utils
Depends: git, gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11, libnotify4, libxtst6, libnss3, python, gvfs-bin, xdg-utils
Suggests: libgnome-keyring0, gir1.2-gnomekeyring-1.0
Section: <%= section %>
Priority: optional
Expand Down

0 comments on commit 5a8b96b

Please sign in to comment.