From 83699fd8114feaf9196f2198a99d046e19f786cc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Nov 2013 13:55:58 +0000 Subject: Depend on curl | wget, as dget needs one of those. --- debian/changelog | 5 +++++ debian/control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eef1f78..a583322 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 a90b6ff..617acad 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 -- cgit v1.2.3