don't suggest binutils-multiarch, we haven't needed that for mipsel CDs since woody

This commit is contained in:
Steve McIntyre 2006-12-23 01:17:47 +00:00
parent 0375525f9a
commit 342bcac67b
3 changed files with 3 additions and 8 deletions

1
debian/changelog vendored
View File

@ -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 apt-utils any more - we don't use apt-ftparchive now
+ don't depend on debootstrap any more - we grab and use the + don't depend on debootstrap any more - we grab and use the
latest version direct from the archive instead these days 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 + remove the SKIPMIRRORCHECK variable, now completely obsolete
+ change the mkisofs dep from (mkisofs | mkhybrid) to (mkisofs | genisoimage) + change the mkisofs dep from (mkisofs | mkhybrid) to (mkisofs | genisoimage)
+ remove Recommends on debianutils + remove Recommends on debianutils

4
debian/control vendored
View File

@ -11,8 +11,8 @@ XS-Vcs-Svn: svn://svn.debian.org/debian-cd/trunk
Package: debian-cd Package: debian-cd
Architecture: all 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 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 Recommends: hfsutils, delo, palo (>= 0.94)
Suggests: palo (>= 0.94), binutils-multiarch, netpbm, syslinux Suggests: netpbm, syslinux
Description: Tools for building (Official) Debian CD set Description: Tools for building (Official) Debian CD set
Debian-cd is the official tool for building Debian CD set since the potato 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). release. It was formerly called YACS (for Yet Another CD Script).

View File

@ -6,12 +6,6 @@
# General Public License as published by the Free Software Foundation; # General Public License as published by the Free Software Foundation;
# either version 2 of the License, or (at your option) any later version. # 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 # $1 is the CD number
# $2 is the temporary CD build dir # $2 is the temporary CD build dir