summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 42b2fd6..6152a28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,10 @@ dgit (0.23~) unstable; urgency=low
* Strip `-b <branch>' from contents of Vcs-Git header, when setting up
the vcs-git remote. Closes:#759374.
+ * Do not offer wget as an alternative dependency to curl. We always
+ unconditionally invoke curl and have no code to use wget.
+ Closes:#760805.
+
--
dgit (0.22.1) unstable; urgency=high
diff --git a/debian/control b/debian/control
index cc26c04..468cde5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,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, dput, curl | wget
+ ${misc:Depends}, realpath, libdigest-sha-perl, dput, curl
Recommends: ssh-client
Suggests: sbuild
Architecture: all