Try to fix the "unofficial development version" bug on official CDs.

This commit is contained in:
Steve McIntyre 2006-08-20 22:31:19 +00:00
parent b500a9670e
commit 5d2516c0cd
5 changed files with 11 additions and 16 deletions

View File

@ -586,12 +586,14 @@ $(SDIR)/CD1/README.html:
$$dir/README.mirrors.html $$dir/README.non-US; \
cpp -traditional -undef -P -C -Wall -nostdinc -I $$dir/ \
-D OMIT_MANUAL="$(OMIT_MANUAL)" \
-D OFFICIAL=$(OFFICIAL) \
-D OUTPUTtext $(BASEDIR)/data/$(CODENAME)/README.html.in \
| sed -e 's/%%.//g' > $$dir/README.html ; \
lynx -dump -force_html $$dir/README.html | todos \
> $$dir/README.txt ; \
cpp -traditional -undef -P -C -Wall -nostdinc -I $$dir/ \
-D OMIT_MANUAL="$(OMIT_MANUAL)" \
-D OFFICIAL=$(OFFICIAL) \
-D OUTPUThtml $(BASEDIR)/data/$(CODENAME)/README.html.in \
| sed -e 's/%%.//g' > $$dir/README.html ; \
rm -f $$dir/README.diskdefines ; \

View File

@ -432,6 +432,7 @@ Last-Minute Notes
#endif
</H2>
</a>
#if OFFICIAL != Official
<p>
<UL>
@ -443,16 +444,9 @@ bugs may be present anywhere in the system.
<br>&nbsp;
</LI>
#if 0
-------- This can't be an official image, so also no official notes.
<LI>
Last-minutes notes for this CD may be available on
<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
</LI>
#endif
</UL>
#endif
#endif
#if TYPEbinary
#if OUTPUTtext

View File

@ -432,6 +432,7 @@ Last-Minute Notes
#endif
</H2>
</a>
#if OFFICIAL != Official
<p>
<UL>
@ -443,16 +444,9 @@ bugs may be present anywhere in the system.
<br>&nbsp;
</LI>
#if 0
-------- This can't be an official image, so also no official notes.
<LI>
Last-minutes notes for this CD may be available on
<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
</LI>
#endif
</UL>
#endif
#endif
#if TYPEbinary
#if OUTPUTtext

3
debian/changelog vendored
View File

@ -120,6 +120,9 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
* Add more features to get_diskusage.pl, making it easier to track
dependencies and rejected packages.
[ Steve McIntyre ]
* Try to fix the "unofficial development version" bug on official CDs.
-- Frans Pop <fjp@debian.org> Wed, 2 Aug 2006 16:47:57 +0200
debian-cd (2.2.24) unstable; urgency=low

View File

@ -35,6 +35,7 @@ for i in $BDIR/*.packages; do
cpp -traditional -undef -P -C -Wall -nostdinc -I$dir \
-D OMIT_MANUAL="$OMIT_MANUAL" \
-D OMIT_RELEASE_NOTES="$OMIT_RELEASE_NOTES" \
-D OFFICIAL="$OFFICIAL" \
-D OUTPUTtext $BASEDIR/data/$CODENAME/README.html.in \
| sed -e 's/%%.//g' > $dir/README.html
@ -44,6 +45,7 @@ for i in $BDIR/*.packages; do
cpp -traditional -undef -P -C -Wall -nostdinc -I $dir/ \
-D OMIT_MANUAL="$OMIT_MANUAL" \
-D OMIT_RELEASE_NOTES="$OMIT_RELEASE_NOTES" \
-D OFFICIAL="$OFFICIAL" \
-D OUTPUThtml $BASEDIR/data/$CODENAME/README.html.in \
| sed -e 's/%%.//g' > $dir/README.html