* Moved to main (removed the last use of unzip).
* Added a suggests to palo (>= 0.94) for hppa.
This commit is contained in:
parent
0434e7bd1a
commit
7fb104fc41
|
@ -6,6 +6,8 @@ debian-cd (2.2.8) unstable; urgency=low
|
|||
* Update the "Components" field of the Release files. Was
|
||||
causing a bug in debootstrap.
|
||||
* Add support for hppa (Richard Hirst).
|
||||
* Removed the last reference to unzip. No more references to lha
|
||||
either. So debian-cd can go in main.
|
||||
|
||||
-- Raphael Hertzog <hertzog@debian.org> Sun, 19 Aug 2001 13:42:27 +0200
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Source: debian-cd
|
||||
Section: contrib/admin
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Raphael Hertzog <hertzog@debian.org>
|
||||
Build-Depends: debhelper
|
||||
|
@ -8,7 +8,8 @@ Standards-Version: 3.5.2
|
|||
Package: debian-cd
|
||||
Architecture: all
|
||||
Depends: perl5 | perl, libdigest-md5-perl, sysutils, apt (>= 0.3.11.1), dpkg-dev (>= 1.4.1.6), dpkg-multicd, make, mkhybrid | mkisofs, lynx, grep-dctrl
|
||||
Recommends: lha, unzip, hfsutils, debianutils (>= 1.6)
|
||||
Recommends: hfsutils, debianutils (>= 1.6)
|
||||
Suggests: palo (>= 0.94)
|
||||
Description: Tools for building (Official) Debian CD set
|
||||
This package was formerly called YACS (for Yet Another CD
|
||||
Script).
|
||||
|
|
|
@ -51,22 +51,4 @@ for subarch in avanti avanti-s xl xlt cabriolet eb66 eb66p eb64p eb164 pc164 \
|
|||
esac
|
||||
done
|
||||
|
||||
mkdir $CDDIR/tools/rawrite1
|
||||
(cd $CDDIR/tools/rawrite1; \
|
||||
unzip -Lq $MIRROR/tools/rawrite1.zip )
|
||||
|
||||
mkdir $CDDIR/tools/rawrite2
|
||||
(cd $CDDIR/tools/rawrite2; \
|
||||
unzip -Lq $MIRROR/tools/rawrite2.zip; \
|
||||
rm rawrite2.c )
|
||||
|
||||
(echo "Tools for DOS :" ; \
|
||||
echo "rawrite1/ rawrite 1.3 : create disks from disk images (*.bin)"; \
|
||||
echo "rawrite2/ rawrite 2.0 : create disks from disk images (*.bin)"; \
|
||||
echo " rawrite 2.0 is much faster, but it locks up on some machines";\
|
||||
) |todos > $CDDIR/tools/README.tools
|
||||
|
||||
cp $CDDIR/tools/rawrite1/rawrite3.com $CDDIR/install/rw1_3.com
|
||||
cp $CDDIR/tools/rawrite2/rawrite2.exe $CDDIR/install/rw2_0.exe
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue