[Python-modules-commits] r20641 - in packages/python-docutils/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri Mar 2 01:01:27 UTC 2012


    Date: Friday, March 2, 2012 @ 01:01:25
  Author: jwilk
Revision: 20641

Fix paths in the auto-generated manual pages.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/rules

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2012-03-02 01:00:39 UTC (rev 20640)
+++ packages/python-docutils/trunk/debian/changelog	2012-03-02 01:01:25 UTC (rev 20641)
@@ -8,8 +8,9 @@
   * Do not skip tests because of failed imports, as they should never happen.
     (no-test-skipping.diff)
   * Check only *.py files when looking for unguarded use of __file__.
+  * Fix paths in the auto-generated manual pages.
 
- -- Jakub Wilk <jwilk at debian.org>  Fri, 02 Mar 2012 01:59:54 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Fri, 02 Mar 2012 02:01:09 +0100
 
 python-docutils (0.8.1-5) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2012-03-02 01:00:39 UTC (rev 20640)
+++ packages/python-docutils/trunk/debian/rules	2012-03-02 01:01:25 UTC (rev 20641)
@@ -107,6 +107,7 @@
 	done
 	PYTHONPATH=.:extras python tools/rst2man.py debian/rst2odt_prepstyles.txt \
 		debian/tmp/man/rst2odt_prepstyles.1
+	sed -i -e 's,"\(docutils/writers/\),"/usr/share/\1,g' debian/tmp/man/*
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Python-modules-commits mailing list