From: Ian Jackson Date: Tue, 25 Nov 2014 15:08:37 +0000 (+0000) Subject: Do not offer wget as an alternative dependency to curl. We always unconditionally... X-Git-Tag: debian/0.30~278 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=ab3ee70798719db52d33da4f4204fc2943225b7f;hp=e0673a9afdec58cc24eef17bc8c017aa6b30f11b;ds=sidebyside Do not offer wget as an alternative dependency to curl. We always unconditionally invoke curl and have no code to use wget. Closes:#760805. --- 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