From cccbdd469f442d1dce25c237987fe6b4daa324e5 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 29 Dec 2006 01:48:26 +0000 Subject: [PATCH] Gunzip the installation manual in .txt and .pdf format, so it's useful on other platforms too. --- debian/changelog | 20 ++++++++++++-------- tools/etch/installtools.sh | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e4ca3f8..2469e84b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -183,18 +183,18 @@ 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 - + don't suggest binutils-multiarch, we haven't needed that for mipsel - CDs since woody! + + 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 - + 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 + + 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 netpbm, syslinux to Recommends: @@ -203,6 +203,10 @@ debian-cd (3.0.0) UNRELEASED; urgency=low [ Frans Pop ] * Add linux-image-2.6-prep for powerpc. + [ Steve McIntyre ] + * Gunzip the installation manual in .txt and .pdf format, so it's + useful on other platforms too. + -- Frans Pop Fri, 29 Dec 2006 02:14:05 +0100 debian-cd (2.2.25) unstable; urgency=low diff --git a/tools/etch/installtools.sh b/tools/etch/installtools.sh index 0e0c4d30..adeecb1b 100755 --- a/tools/etch/installtools.sh +++ b/tools/etch/installtools.sh @@ -36,7 +36,7 @@ if [ "$OMIT_MANUAL" != 1 ]; then if [ -d $MANTDIR/usr/share/doc/installation-guide-$ARCH/ ]; then cd $MANTDIR/usr/share/doc/installation-guide-$ARCH rm -f changelog* copyright - gunzip *.gz || true + find . -name '*.gz' | xargs gunzip || true mkdir -p $INSTALLDIR if ! cp -a * $INSTALLDIR; then