[Python-modules-commits] r18506 - in packages/python-docutils/trunk/debian (2 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Sep 11 21:07:02 UTC 2011
Date: Sunday, September 11, 2011 @ 21:07:01
Author: jwilk
Revision: 18506
Add lintian override changelog-file-not-compressed.
Modified:
packages/python-docutils/trunk/debian/changelog
packages/python-docutils/trunk/debian/docutils-doc.lintian-overrides
Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog 2011-09-11 20:53:08 UTC (rev 18505)
+++ packages/python-docutils/trunk/debian/changelog 2011-09-11 21:07:01 UTC (rev 18506)
@@ -2,11 +2,12 @@
* Improve the -doc package:
+ Install CSS files. Correct paths to them in the *.html files.
- + Don't compress *.txt files in the -doc package.
+ + Don't compress *.txt files in the -doc package. Update debian/*.doc-base
+ accordingly and add lintian override changelog-file-not-compressed.
+ Don't embed images on remote servers.
* Simplify debian/rules.
- -- Jakub Wilk <jwilk at debian.org> Sat, 10 Sep 2011 23:14:37 +0200
+ -- Jakub Wilk <jwilk at debian.org> Sun, 11 Sep 2011 23:05:44 +0200
python-docutils (0.8.1-1) experimental; urgency=low
Modified: packages/python-docutils/trunk/debian/docutils-doc.lintian-overrides
===================================================================
--- packages/python-docutils/trunk/debian/docutils-doc.lintian-overrides 2011-09-11 20:53:08 UTC (rev 18505)
+++ packages/python-docutils/trunk/debian/docutils-doc.lintian-overrides 2011-09-11 21:07:01 UTC (rev 18506)
@@ -2,3 +2,6 @@
# python-docutils << 0.7-3) with a symlink to directory (shipped in
# docutils-doc).
docutils-doc: conflicts-with-version python-docutils (<< 0.7-3~)
+# We want HISTORY.txt (which is the file changelog symlinks to) uncompresed, so
+# that source for HISTORY.html is easily viewable within a browser.
+docutils-doc: changelog-file-not-compressed changelog
More information about the Python-modules-commits
mailing list