diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 22:22:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 22:22:00 -0400 |
commit | 4a023dd1aafb725ba5ccff5f09adc7055a2643ba (patch) | |
tree | a8d80f54fd45f6a1ad56f54d1fb2a54c071af72c /debian | |
parent | f5449aae16af431ce6474080d123a930209b2cde (diff) |
Added curl to Debian package dependencies.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 89cc794e7..dc03647a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ git-annex (3.20110720) UNRELEASED; urgency=low * Fix shell escaping in rsync special remote. * addurl: --fast can be used to avoid immediately downloading the url. * Added support for getting content from git remotes using http (and https). + * Added curl to Debian package dependencies. -- Joey Hess <joeyh@debian.org> Fri, 29 Jul 2011 15:27:30 +0200 diff --git a/debian/control b/debian/control index d519c42b7..975faf5ea 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, rsync, + curl, openssh-client Suggests: graphviz, bup, gnupg Description: manage files with git, without checking their contents into git |