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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Aug 22 15:26:15 UTC 2011


    Date: Monday, August 22, 2011 @ 15:26:14
  Author: jwilk
Revision: 18244

docutils.readers.python is no more.

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	2011-08-22 15:22:50 UTC (rev 18243)
+++ packages/python-docutils/trunk/debian/changelog	2011-08-22 15:26:14 UTC (rev 18244)
@@ -11,6 +11,7 @@
     + Refresh other patches.
   * Update copyright file.
   * Use wildcards in debian/*.manpages.
+  * Drop the docutils.readers.python reader.
   * Drop the rst2newlatex script.
   * Add reStructured Text to XeLaTeX converter: rst2xetex.
     + Add ttf-linux-libertine to python(3)-docutils Suggests.
@@ -24,7 +25,7 @@
   * Move python(3)-all from Build-Depends to Build-Depends-Indep, as they are
     not needed in the clean target.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Aug 2011 17:21:51 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Aug 2011 17:25:19 +0200
 
 python-docutils (0.7-4) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2011-08-22 15:22:50 UTC (rev 18243)
+++ packages/python-docutils/trunk/debian/rules	2011-08-22 15:26:14 UTC (rev 18244)
@@ -43,9 +43,6 @@
 	mkdir py3k
 	cp -rl docutils/ extras/ tools/ test/ setup.py py3k/
 	cd py3k && python3 setup.py build
-	# The "python" reader is no longer maintained and does not work with Python 3
-	rm -rf py3k/build/lib*/test/test_readers/test_python/
-	rm -rf py3k/build/lib*/docutils/readers/python/
 	# Build documentation:
 	set -e && for dir in $(BUILDHTML_DIRS); do \
 		PYTHONPATH=.:extras $(PYTHON) tools/buildhtml.py \




More information about the Python-modules-commits mailing list