don't depend on debootstrap any more - we grab and use the latest
version direct from the archive instead these days
This commit is contained in:
parent
e93bd79b7b
commit
0375525f9a
|
@ -183,6 +183,8 @@ debian-cd (3.0.0) UNRELEASED; urgency=low
|
|||
+ tools/add_secured
|
||||
+ don't depend on jigdo-file any more
|
||||
+ don't depend on apt-utils any more - we don't use apt-ftparchive now
|
||||
+ don't depend on debootstrap any more - we grab and use the
|
||||
latest version direct from the archive instead these days
|
||||
+ remove the SKIPMIRRORCHECK variable, now completely obsolete
|
||||
+ change the mkisofs dep from (mkisofs | mkhybrid) to (mkisofs | genisoimage)
|
||||
+ remove Recommends on debianutils
|
||||
|
|
|
@ -10,7 +10,7 @@ XS-Vcs-Svn: svn://svn.debian.org/debian-cd/trunk
|
|||
|
||||
Package: debian-cd
|
||||
Architecture: all
|
||||
Depends: perl, cpp, libdigest-md5-perl, tofrodos | sysutils, apt (>= 0.3.11.1), make, mkisofs | genisoimage, lynx, grep-dctrl, debootstrap, bc, libcompress-zlib-perl
|
||||
Depends: perl, cpp, libdigest-md5-perl, tofrodos | sysutils, apt (>= 0.3.11.1), make, mkisofs | genisoimage, lynx, grep-dctrl, bc, libcompress-zlib-perl
|
||||
Recommends: hfsutils
|
||||
Suggests: palo (>= 0.94), binutils-multiarch, netpbm, syslinux
|
||||
Description: Tools for building (Official) Debian CD set
|
||||
|
|
Loading…
Reference in New Issue