remove Suggests on delo - we grab and use the correct version direct

from the archive instead these days
This commit is contained in:
Steve McIntyre 2006-12-23 03:02:37 +00:00
parent 5189fad5ae
commit 528c0072f2
3 changed files with 12 additions and 3 deletions

6
debian/changelog vendored
View File

@ -189,9 +189,13 @@ debian-cd (3.0.0) UNRELEASED; urgency=low
+ remove the SKIPMIRRORCHECK variable, now completely obsolete
+ change the mkisofs dep from (mkisofs | mkhybrid) to (mkisofs | genisoimage)
+ remove Recommends on debianutils
+ remove Suggests on palo - we grab and use the correct version
direct from the archive instead these days
+ remove Suggests on delo - we grab and use the correct version
direct from the archive instead these days
* Other cleanups:
+ Make build_all.sh work again, adapting build.sh
+ Promote Suggests: on delo, palo, netpbm, syslinux to Recommends:
+ Promote Suggests: on netpbm, syslinux to Recommends:
-- Frans Pop <fjp@debian.org> Mon, 18 Dec 2006 16:20:22 +0100

2
debian/control vendored
View File

@ -11,7 +11,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, bc, libcompress-zlib-perl
Recommends: hfsutils, delo, palo (>= 0.94), netpbm, syslinux
Recommends: hfsutils, 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).

View File

@ -40,8 +40,13 @@ if [ $NN != 1 ]; then
exit 0
fi
DELODEB="$($BASEDIR/tools/apt-selection cache show delo | \
sed -n 's/^Filename: \(.*_mipsel.deb\)$/\1/p')"
ar p "${MIRROR}/${DELODEB}" data.tar.gz | tar xz ./boot/delo.2nd
mkdir -p $CDROOT/boot
mv boot/delo.2nd $CDROOT/boot/delo.2nd
install -m 644 -D $BASEDIR/data/etch/delo.conf "$CDROOT"/etc/delo.conf
install -m 644 -D "$DELOROOT"/boot/delo.2nd "$CDROOT"/boot/delo.2nd
if [ ! "$DI_WWW_HOME" ];then
if [ ! "$DI_DIR" ];then