summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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