From 342bcac67b1d6a391b80872755ead191f496cfa9 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sat, 23 Dec 2006 01:17:47 +0000 Subject: [PATCH] don't suggest binutils-multiarch, we haven't needed that for mipsel CDs since woody --- debian/changelog | 1 + debian/control | 4 ++-- tools/boot/etch/boot-mipsel | 6 ------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 10df51cc..04e0e44b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 4496e767..72ae5472 100644 --- a/debian/control +++ b/debian/control @@ -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). diff --git a/tools/boot/etch/boot-mipsel b/tools/boot/etch/boot-mipsel index 34621712..15d865ba 100755 --- a/tools/boot/etch/boot-mipsel +++ b/tools/boot/etch/boot-mipsel @@ -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