* New changelog entry for 2.2.9
This commit is contained in:
parent
8c4df50bfe
commit
fef95c0102
|
@ -1,3 +1,9 @@
|
||||||
|
debian-cd (2.2.9) unstable; urgency=low
|
||||||
|
|
||||||
|
* UNRELEASED
|
||||||
|
|
||||||
|
-- Raphael Hertzog <hertzog@debian.org> Sun, 16 Sep 2001 14:57:22 +0200
|
||||||
|
|
||||||
debian-cd (2.2.8) unstable; urgency=low
|
debian-cd (2.2.8) unstable; urgency=low
|
||||||
|
|
||||||
* Be less restrictive on non-US section name (ie accepts non-us too).
|
* Be less restrictive on non-US section name (ie accepts non-us too).
|
||||||
|
|
|
@ -42,7 +42,9 @@ install-stamp: build-stamp
|
||||||
ln -sf /etc/debian-cd/conf.sh \
|
ln -sf /etc/debian-cd/conf.sh \
|
||||||
debian/debian-cd/usr/share/debian-cd/CONF.sh
|
debian/debian-cd/usr/share/debian-cd/CONF.sh
|
||||||
find debian/debian-cd -name 'CVS' | xargs -r rm -rf
|
find debian/debian-cd -name 'CVS' | xargs -r rm -rf
|
||||||
|
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
||||||
|
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
||||||
|
-a \! -name '*.calc' | xargs chmod 0755
|
||||||
|
|
||||||
touch install-stamp
|
touch install-stamp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue