* New changelog entry for 2.2.9

This commit is contained in:
Raphaël Hertzog 2001-09-16 12:59:27 +00:00
parent 8c4df50bfe
commit fef95c0102
2 changed files with 9 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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
* Be less restrictive on non-US section name (ie accepts non-us too).

4
debian/rules vendored
View File

@ -42,7 +42,9 @@ install-stamp: build-stamp
ln -sf /etc/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/usr/share/debian-cd/tools/boot \
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
-a \! -name '*.calc' | xargs chmod 0755
touch install-stamp