From: Ian Jackson Date: Sun, 17 Nov 2013 13:55:58 +0000 (+0000) Subject: Depend on curl | wget, as dget needs one of those. X-Git-Tag: debian/0.18.1~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=83699fd8114feaf9196f2198a99d046e19f786cc Depend on curl | wget, as dget needs one of those. --- diff --git a/debian/changelog b/debian/changelog index eef1f782..a5833223 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,11 @@ dgit (0.18.1) unstable; urgency=low Bugfixes: * sshpsql archive query method passes LANG=C. Closes:#729788. + Packaging fix: + * Depend on curl | wget, as dget needs one of those. (The dput package, + which contains dget, doesn't require them because dput itself works + without.) + -- dgit (0.18) unstable; urgency=low diff --git a/debian/control b/debian/control index a90b6ffe..617acad6 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dgit-repos/repos/dgit.git Package: dgit Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev, - ${misc:Depends}, realpath, libdigest-sha-perl + ${misc:Depends}, realpath, libdigest-sha-perl, curl | wget Recommends: ssh-client Suggests: sbuild Architecture: all