Try to fix the "unofficial development version" bug on official CDs.
This commit is contained in:
parent
b500a9670e
commit
5d2516c0cd
2
Makefile
2
Makefile
|
@ -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 ; \
|
||||
|
|
|
@ -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>
|
||||
</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
|
||||
|
|
|
@ -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>
|
||||
</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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue