* Updated script in tasks/base-woody.
* New changelog entry.
This commit is contained in:
parent
0317a15935
commit
69327130a5
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue