* Updated script in tasks/base-woody.

* New changelog entry.
This commit is contained in:
Raphaël Hertzog 2002-03-16 23:07:55 +00:00
parent 0317a15935
commit 69327130a5
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
debian-cd (2.2.14) unstable; urgency=low
* UNRELEASED.
* Updated the script to update tasks/base-woody. Closes: #138651
-- Raphael Hertzog <hertzog@debian.org> Sun, 17 Mar 2002 00:05:11 +0100
debian-cd (2.2.13) unstable; urgency=low
* Add jigdo generation support (see README).

View File

@ -10,7 +10,7 @@
for arch in alpha arm i386 ia64 m68k powerpc sparc mips mipsel hppa s390
do
echo "#ifdef ARCH_$arch"
debootstrap --arch $arch --print-debs $CODENAME | tr ' ' '\n'
debootstrap --arch $arch --print-debs $CODENAME | tr ' ' '\n' | grep -v "^$"
echo "#endif"
echo ""
done