[Python-modules-commits] r10693 - in packages/python-docutils/trunk/debian (rules)
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Mon Dec 7 00:15:44 UTC 2009
Date: Monday, December 7, 2009 @ 00:15:40
Author: smcv
Revision: 10693
Rename the new tools in /usr/bin as well as the existing ones
Modified:
packages/python-docutils/trunk/debian/rules
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2009-12-07 00:10:30 UTC (rev 10692)
+++ packages/python-docutils/trunk/debian/rules 2009-12-07 00:15:40 UTC (rev 10693)
@@ -58,6 +58,9 @@
mv rst2s5.py rst2s5 && \
mv rst2pseudoxml.py rst2pseudoxml && \
mv rstpep2html.py rstpep2html && \
+ mv rst2odt.py rst2odt && \
+ mv rst2odt_prepstyles.py rst2odt_prepstyles && \
+ mv rst2man.py rst2man && \
mv rst2latex.py rst2latex
install tools/buildhtml.py debian/tmp/usr/bin/rst-buildhtml
: # Make the man pages (we want to do this *after* renaming all the
More information about the Python-modules-commits
mailing list