From 986c690b67aee2e8de43647b1e42d1de62207423 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Fri, 19 Jan 2018 17:00:16 +0000 Subject: [PATCH] Depend on wget instead of just Recommending it --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 902840ec..ebb5b819 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ debian-cd (3.1.21) UNRELEASED; urgency=medium * Start buster, simply copying stretch for now * Add SHA256 checksums to Packages files for update images * Make update_popcon deal with https on popcon.d.o + * Depend on wget instead of just Recommending it. [ JH Chatenet ] * Include debian-ports-archive-keyring on non released architectures diff --git a/debian/control b/debian/control index 81c82e6b..1e94cb0e 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Vcs-Browser: http://anonscm.debian.org/git/debian-cd/debian-cd.git;a=summary Package: debian-cd Architecture: all -Depends: ${misc:Depends}, curl, perl, dpkg-dev, cpp, libdigest-md5-perl, libdigest-sha-perl, tofrodos, apt (>= 0.3.11.1), make, xorriso | genisoimage, lynx-cur | lynx, grep-dctrl, bc, libcompress-zlib-perl, bzip2, libdpkg-perl -Recommends: hfsutils, netpbm, isolinux, syslinux-common, syslinux-utils, mtools, dosfstools, syslinux-utils, wget +Depends: ${misc:Depends}, curl, perl, dpkg-dev, cpp, libdigest-md5-perl, libdigest-sha-perl, tofrodos, apt (>= 0.3.11.1), make, xorriso | genisoimage, lynx-cur | lynx, grep-dctrl, bc, libcompress-zlib-perl, bzip2, libdpkg-perl, wget +Recommends: hfsutils, netpbm, isolinux, syslinux-common, syslinux-utils, mtools, dosfstools, syslinux-utils Description: Tools for building (Official) Debian CD set Debian-cd is the official tool for building Debian CD set since the potato release. It was formerly called YACS (for Yet Another CD Script).