[Python-modules-commits] r17321 - in packages/python-docutils/trunk/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Jun 6 21:16:47 UTC 2011
Date: Monday, June 6, 2011 @ 21:16:46
Author: jwilk
Revision: 17321
Simplify installation of documentation.
Added:
packages/python-docutils/trunk/debian/docutils-doc.docs
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-06 21:15:49 UTC (rev 17320)
+++ packages/python-docutils/trunk/debian/changelog 2011-06-06 21:16:46 UTC (rev 17321)
@@ -20,10 +20,9 @@
* Drop obsolete conflict with zope3.
* Drop unused virtual packages: python-odtwriter, rst2odt, docutils-writer-odt.
* Build packages for Python 3 (closes: #577725).
- * Simplify the clean target.
- * Simplify test suite running code.
+ * Simplify debian/rules.
- -- Jakub Wilk <jwilk at debian.org> Mon, 06 Jun 2011 23:13:34 +0200
+ -- Jakub Wilk <jwilk at debian.org> Mon, 06 Jun 2011 23:16:11 +0200
python-docutils (0.7-2) unstable; urgency=low
Added: packages/python-docutils/trunk/debian/docutils-doc.docs
===================================================================
--- packages/python-docutils/trunk/debian/docutils-doc.docs (rev 0)
+++ packages/python-docutils/trunk/debian/docutils-doc.docs 2011-06-06 21:16:46 UTC (rev 17321)
@@ -0,0 +1 @@
+docs/
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2011-06-06 21:15:49 UTC (rev 17320)
+++ packages/python-docutils/trunk/debian/rules 2011-06-06 21:16:46 UTC (rev 17321)
@@ -108,12 +108,6 @@
done
docbook-to-man debian/rst2odt_prepstyles.sgml > \
debian/man.tmp/rst2odt_prepstyles.1
- : # Install documentation
- rm -f $(d)/usr/share/doc/$(p)/COPYING[-.]*
- set -e && ( cd docs; find . -name SCCS -prune -o -type d -print ) | \
- while read f ; do install -d debian/docutils-doc/usr/share/doc/docutils-doc/docs/$$f ; done
- set -e && ( cd docs; find . -name SCCS -prune -o -type f -print ) | \
- while read f ; do install -o root -m 755 docs/$$f debian/docutils-doc/usr/share/doc/docutils-doc/docs/$$f ; done
# Build architecture-independent files here.
binary-indep: build install
More information about the Python-modules-commits
mailing list