Please hint to unblock debian-reference 2.11
Hi,
Basically just documentation updates.
Other than popcon data and package size data updates, following are the
significant part of debdiff:
diff -Nru debian-reference-2.10/debian/changelog debian-reference-2.11/debian/changelog
--- debian-reference-2.10/debian/changelog 2008-08-31 22:47:55.000000000 +0900
+++ debian-reference-2.11/debian/changelog 2008-09-15 00:04:56.000000000 +0900
@@ -1,3 +1,9 @@
+debian-reference (2.11) unstable; urgency=low
+
+ * Updated "Fonts in the X Window".
+
+ -- Osamu Aoki <osamu@debian.org> Mon, 15 Sep 2008 00:02:46 +0900
+
debian-reference (2.10) unstable; urgency=low
* Fixed bug in mkindexhtml when $HTML_INSTALLED = 0. Closes: 497266
diff -Nru debian-reference-2.10/wiki/Makefile debian-reference-2.11/wiki/Makefile
--- debian-reference-2.10/wiki/Makefile 2008-08-12 02:00:55.000000000 +0900
+++ debian-reference-2.11/wiki/Makefile 2008-09-14 15:00:35.000000000 +0900
@@ -114,6 +114,7 @@
echo "<!ENTITY pop-submissions \"$(shell sed -n -e 's/^Submissions: *\([^ ]*\) *$$/\1/p' < all-popcon-results.txt)\">" >> $@
echo "<!ENTITY pop-architectures \"$(shell grep -e '^Architecture:' all-popcon-results.txt | wc -l)\">" >> $@
echo "<!ENTITY pop-packages \"$(shell grep -e '^Package:' all-popcon-results.txt | wc -l)\">" >> $@
+ echo "<!ENTITY pop-postscript \"Not applicable\">" >> $@
grep -e '^Package:' $< | grep -f pkgpop.lst | $(PBIN)/popconent $(shell sed -n -e 's/^Submissions: *\([^ ]*\) *$$/\1/p' < $< ) >> $@
echo done $@
The Makefile change is to address bogus package name in the document.
Osamu
Reply to: