[Python-modules-commits] r17643 - in packages/python-docutils/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Jun 27 22:07:36 UTC 2011
Date: Monday, June 27, 2011 @ 22:07:35
Author: jwilk
Revision: 17643
Remove docutils.readers.python from python3-docutils.
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-06-27 21:18:27 UTC (rev 17642)
+++ packages/python-docutils/trunk/debian/changelog 2011-06-27 22:07:35 UTC (rev 17643)
@@ -34,6 +34,8 @@
+ Conflict with other packages shipping /usr/bin/rst2* binaries, so that
alternatives can be correctly installed. Add lintian override for
conflicts-with-version.
+ + This package does not include the docutils.readers.python, which is no
+ longer maintained and does not work with Python 3.
* New virtual package: docutils, provided by both python-docutils and
python3-docutils.
* New binary package: python3-roman.
@@ -42,7 +44,7 @@
* Simplify debian/rules.
* Update list of package maintainer in debian/*.copyright.
- -- Jakub Wilk <jwilk at debian.org> Sun, 19 Jun 2011 21:13:40 +0200
+ -- Jakub Wilk <jwilk at debian.org> Tue, 28 Jun 2011 00:05:54 +0200
python-docutils (0.7-2) unstable; urgency=low
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2011-06-27 21:18:27 UTC (rev 17642)
+++ packages/python-docutils/trunk/debian/rules 2011-06-27 22:07:35 UTC (rev 17643)
@@ -43,6 +43,9 @@
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