Depend on wget instead of just Recommending it
This commit is contained in:
parent
013d09f686
commit
986c690b67
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue