[Python-modules-commits] r21704 - in packages/python-docutils/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri May 11 15:07:05 UTC 2012


    Date: Friday, May 11, 2012 @ 15:07:03
  Author: jwilk
Revision: 21704

Remove convenience copy of the roman model. Build-Depend on python-roman and python3-roman.

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

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2012-05-11 12:53:27 UTC (rev 21703)
+++ packages/python-docutils/trunk/debian/changelog	2012-05-11 15:07:03 UTC (rev 21704)
@@ -19,8 +19,10 @@
   * Fix (Python 2 version of) rst-buildhtml shebang to #!/usr/bin/python.
   * Rename 10_doc_debian_paths.diff to doc-debian-paths.diff; update the patch
     header.
+  * Remove convenience copy of the roman model. Build-Depend on python-roman
+    and python3-roman.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 10 May 2012 22:49:07 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Fri, 11 May 2012 17:05:53 +0200
 
 python-docutils (0.8.1-6) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control	2012-05-11 12:53:27 UTC (rev 21703)
+++ packages/python-docutils/trunk/debian/control	2012-05-11 15:07:03 UTC (rev 21704)
@@ -10,6 +10,7 @@
 Build-Depends-Indep: python-all (>= 2.3),
                      python3-all (>= 3.1.2-7~),
                      python-support (>= 0.6.4),
+                     python-roman, python3-roman,
                      xml-core
 Standards-Version: 3.9.3
 XS-Python-Version: >= 2.3

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2012-05-11 12:53:27 UTC (rev 21703)
+++ packages/python-docutils/trunk/debian/rules	2012-05-11 15:07:03 UTC (rev 21704)
@@ -26,6 +26,8 @@
 build build-indep: build-stamp
 build-stamp:
 	dh_testdir
+	# Remove convenience copy of the roman module
+	rm -f docutils/utils/roman.py
 	# Check if move-data-to-usr-share.diff is up-to-date
 	if grep -r __file__ --include='*.py' docutils/ | grep -vw _datadir; then \
 		echo "Error: Some uses of __file__ are not guarded by _datadir()." \




More information about the Python-modules-commits mailing list