[Python-modules-commits] r18953 - in packages/python-docutils/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Oct 16 12:23:22 UTC 2011
Date: Sunday, October 16, 2011 @ 12:23:18
Author: jwilk
Revision: 18953
Install Python 3 version of rst-buildhtml.
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-10-16 11:50:15 UTC (rev 18952)
+++ packages/python-docutils/trunk/debian/changelog 2011-10-16 12:23:18 UTC (rev 18953)
@@ -6,8 +6,9 @@
* Use build/py2 and build/py3 for build directories.
* Remove excessive whitespace from debian/control.
* Drop unused virtual package: rst2man.
+ * Install Python 3 version of rst-buildhtml.
- -- Jakub Wilk <jwilk at debian.org> Sun, 16 Oct 2011 13:49:27 +0200
+ -- Jakub Wilk <jwilk at debian.org> Sun, 16 Oct 2011 13:55:03 +0200
python-docutils (0.8.1-3) unstable; urgency=low
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2011-10-16 11:50:15 UTC (rev 18952)
+++ packages/python-docutils/trunk/debian/rules 2011-10-16 12:23:18 UTC (rev 18953)
@@ -95,6 +95,7 @@
done; \
done
install tools/buildhtml.py debian/tmp/usr/share/docutils/scripts/python2/rst-buildhtml
+ install build/py3/tools/buildhtml.py debian/tmp/usr/share/docutils/scripts/python3/rst-buildhtml
: # Make the man pages (we want to do this *after* renaming all the
: # tools, because their executable name goes into the --help output)
mkdir -p debian/tmp/man/
More information about the Python-modules-commits
mailing list