From ab3ee70798719db52d33da4f4204fc2943225b7f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 25 Nov 2014 15:08:37 +0000 Subject: [PATCH] Do not offer wget as an alternative dependency to curl. We always unconditionally invoke curl and have no code to use wget. Closes:#760805. --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 42b2fd61..6152a28f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,10 @@ dgit (0.23~) unstable; urgency=low * Strip `-b ' 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 cc26c043..468cde5b 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 -- 2.30.2