Added curl to Debian package dependencies.

This commit is contained in:
Joey Hess 2011-08-16 22:22:00 -04:00
parent f5449aae16
commit 4a023dd1aa
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ git-annex (3.20110720) UNRELEASED; urgency=low
* Fix shell escaping in rsync special remote. * Fix shell escaping in rsync special remote.
* addurl: --fast can be used to avoid immediately downloading the url. * addurl: --fast can be used to avoid immediately downloading the url.
* Added support for getting content from git remotes using http (and https). * 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 -- Joey Hess <joeyh@debian.org> Fri, 29 Jul 2011 15:27:30 +0200

1
debian/control vendored
View file

@ -31,6 +31,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
git | git-core, git | git-core,
uuid, uuid,
rsync, rsync,
curl,
openssh-client openssh-client
Suggests: graphviz, bup, gnupg Suggests: graphviz, bup, gnupg
Description: manage files with git, without checking their contents into git Description: manage files with git, without checking their contents into git