- Remove debian-keyring.tar.gz from doc dir.
- Don't include Contents-$ARCH.gz on netinst/businesscard CDs.
This commit is contained in:
parent
3e5cb37121
commit
5be9dc670b
2
Makefile
2
Makefile
|
@ -612,6 +612,8 @@ $(BDIR)/CD1/doc:
|
||||||
$(add_files) $(BDIR)/$$DISK $(MIRROR) doc; \
|
$(add_files) $(BDIR)/$$DISK $(MIRROR) doc; \
|
||||||
find $(BDIR)/$$DISK/doc -name "dedication-*" | \
|
find $(BDIR)/$$DISK/doc -name "dedication-*" | \
|
||||||
grep -v $DEBVERSION | xargs rm -f; \
|
grep -v $DEBVERSION | xargs rm -f; \
|
||||||
|
find $(BDIR)/$$DISK/doc -name "debian-keyring.tar.gz" | \
|
||||||
|
xargs rm -f; \
|
||||||
done
|
done
|
||||||
@for DISK in $(FIRSTDISKS) ; do \
|
@for DISK in $(FIRSTDISKS) ; do \
|
||||||
mkdir $(BDIR)/$$DISK/doc/FAQ/html ; \
|
mkdir $(BDIR)/$$DISK/doc/FAQ/html ; \
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
debian-cd (2.2.18) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Remove debian-keyring.tar.gz from the doc dir.
|
||||||
|
* Don't include Contents-$ARCH.gz on netinst/businesscard CD.
|
||||||
|
|
||||||
|
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100
|
||||||
|
|
||||||
debian-cd (2.2.17) unstable; urgency=low
|
debian-cd (2.2.17) unstable; urgency=low
|
||||||
|
|
||||||
* Removed debian/conffiles (useless with debhelper 4).
|
* Removed debian/conffiles (useless with debhelper 4).
|
||||||
|
|
|
@ -43,10 +43,12 @@ for i in $BDIR/*.packages; do
|
||||||
cp -pf $MIRROR/dists/$CODENAME/main/Release-Notes $dir/
|
cp -pf $MIRROR/dists/$CODENAME/main/Release-Notes $dir/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e $MIRROR/dists/$CODENAME/Contents-$ARCH.gz ]; then
|
if [ "$INSTALLER_CD" = "0" ]; then
|
||||||
cp -pf $MIRROR/dists/$CODENAME/Contents-$ARCH.gz $dir/dists/$CODENAME/
|
if [ -e $MIRROR/dists/$CODENAME/Contents-$ARCH.gz ]; then
|
||||||
else
|
cp -pf $MIRROR/dists/$CODENAME/Contents-$ARCH.gz $dir/dists/$CODENAME/
|
||||||
echo "WARNING: there's no Contents-$ARCH.gz file for $CODENAME !"
|
else
|
||||||
|
echo "WARNING: there's no Contents-$ARCH.gz file for $CODENAME !"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$NONUS" ]
|
if [ -n "$NONUS" ]
|
||||||
|
|
Loading…
Reference in New Issue