summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-11-17 13:55:58 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-11-24 17:00:24 +0000
commit83699fd8114feaf9196f2198a99d046e19f786cc (patch)
tree2b690e7b3c979897bf8aba3ce870a5931438f90b
parent92ce4806cd4e9029cb5aaf96abbb51d6e9442c1c (diff)
Depend on curl | wget, as dget needs one of those.
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
2 files changed, 6 insertions, 1 deletions
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