don't suggest binutils-multiarch, we haven't needed that for mipsel CDs since woody
This commit is contained in:
parent
0375525f9a
commit
342bcac67b
|
@ -185,6 +185,7 @@ debian-cd (3.0.0) UNRELEASED; urgency=low
|
|||
+ 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
|
||||
+ don't suggest binutils-multiarch, we haven't needed that for mipsel CDs since woody!
|
||||
+ remove the SKIPMIRRORCHECK variable, now completely obsolete
|
||||
+ change the mkisofs dep from (mkisofs | mkhybrid) to (mkisofs | genisoimage)
|
||||
+ remove Recommends on debianutils
|
||||
|
|
|
@ -11,8 +11,8 @@ 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, bc, libcompress-zlib-perl
|
||||
Recommends: hfsutils
|
||||
Suggests: palo (>= 0.94), binutils-multiarch, netpbm, syslinux
|
||||
Recommends: hfsutils, delo, palo (>= 0.94)
|
||||
Suggests: netpbm, syslinux
|
||||
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).
|
||||
|
|
|
@ -6,12 +6,6 @@
|
|||
# General Public License as published by the Free Software Foundation;
|
||||
# either version 2 of the License, or (at your option) any later version.
|
||||
#
|
||||
# Using this script on any architecture other than mipsel requires
|
||||
# having binutils-multiarch installed, as it uses objcopy (a part
|
||||
# of binutils) which is platform dependent. The binutils-multiarch
|
||||
# package contains an objcopy which is capable of dealing with other
|
||||
# arches' binary formats.
|
||||
#
|
||||
# $1 is the CD number
|
||||
# $2 is the temporary CD build dir
|
||||
|
||||
|
|
Loading…
Reference in New Issue