* Applied patch from Robert Millan <rmh@aybabtu.com> to fix image

generation with read-only mirrors. Closes: #441397.
This commit is contained in:
Otavio Salvador 2007-09-10 17:48:38 +00:00
parent fbdb7b30fd
commit ee4fab7ef8
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View File

@ -6,6 +6,8 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
[ Otavio Salvador ]
* Applied patch from Robert Millan <rmh@aybabtu.com> to integrate
win32-loader. Closes: #440220.
* Applied patch from Robert Millan <rmh@aybabtu.com> to fix image
generation with read-only mirrors. Closes: #441397.
-- Otavio Salvador <otavio@ossystems.com.br> Mon, 10 Sep 2007 13:43:04 -0300

View File

@ -34,6 +34,7 @@ rm -f $dir/README $dir/README.1ST \
$dir/README.CD-manufacture $dir/README.multicd \
$dir/README.pgp $dir/README.non-US ; \
rm -f $dir/README.html
cpp -traditional -undef -P -C -Wall -nostdinc -I$dir \
-D COMPLETE="$COMPLETE" \
-D OMIT_MANUAL="$OMIT_MANUAL" \
@ -42,6 +43,7 @@ cpp -traditional -undef -P -C -Wall -nostdinc -I$dir \
-D OUTPUTtext $BASEDIR/data/$CODENAME/README.html.in \
| sed -e 's/%%.//g' > $dir/README.html
rm -f $dir/README.txt
lynx -dump -force_html $dir/README.html | todos \
> $dir/README.txt ; \