[Python-modules-commits] r11092 - in packages/pyinotify/trunk/debian (3 files)
dottedmag-guest at users.alioth.debian.org
dottedmag-guest at users.alioth.debian.org
Sun Jan 10 20:47:53 UTC 2010
Date: Sunday, January 10, 2010 @ 20:47:52
Author: dottedmag-guest
Revision: 11092
Adjust docs generation/installation to new version
Modified:
packages/pyinotify/trunk/debian/python-pyinotify-doc.docs
packages/pyinotify/trunk/debian/python-pyinotify-doc.examples
packages/pyinotify/trunk/debian/rules
Modified: packages/pyinotify/trunk/debian/python-pyinotify-doc.docs
===================================================================
--- packages/pyinotify/trunk/debian/python-pyinotify-doc.docs 2010-01-10 20:34:41 UTC (rev 11091)
+++ packages/pyinotify/trunk/debian/python-pyinotify-doc.docs 2010-01-10 20:47:52 UTC (rev 11092)
@@ -1,2 +1,5 @@
+ACKS
+html
+NEWS_old
+README
TODO
-html
Modified: packages/pyinotify/trunk/debian/python-pyinotify-doc.examples
===================================================================
--- packages/pyinotify/trunk/debian/python-pyinotify-doc.examples 2010-01-10 20:34:41 UTC (rev 11091)
+++ packages/pyinotify/trunk/debian/python-pyinotify-doc.examples 2010-01-10 20:47:52 UTC (rev 11092)
@@ -1 +1 @@
-examples/*.py
+python2/examples/*.py
Modified: packages/pyinotify/trunk/debian/rules
===================================================================
--- packages/pyinotify/trunk/debian/rules 2010-01-10 20:34:41 UTC (rev 11091)
+++ packages/pyinotify/trunk/debian/rules 2010-01-10 20:47:52 UTC (rev 11092)
@@ -23,7 +23,7 @@
dh_installdirs
[ ! -e docstrings ] || mv docstrings docstrings.orig
- epydoc pyinotify.py
+ epydoc python2/pyinotify.py
python setup.py install --root $(CURDIR)/debian/python-pyinotify
@@ -32,7 +32,7 @@
dh_testroot -i
dh_installdocs -i
dh_installexamples -i
- dh_installchangelogs -i NEWS
+ dh_installchangelogs -i
dh_pysupport -i
dh_compress -i -Xexamples
dh_fixperms -i
More information about the Python-modules-commits
mailing list