[Python-modules-commits] r17516 - in packages/python-llfuse/trunk/debian (3 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sat Jun 18 01:21:43 UTC 2011


    Date: Saturday, June 18, 2011 @ 01:21:42
  Author: nikratio-guest
Revision: 17516

Generate documentation from source in debian/rules.

Modified:
  packages/python-llfuse/trunk/debian/changelog
  packages/python-llfuse/trunk/debian/control
  packages/python-llfuse/trunk/debian/rules

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2011-06-18 00:54:12 UTC (rev 17515)
+++ packages/python-llfuse/trunk/debian/changelog	2011-06-18 01:21:42 UTC (rev 17516)
@@ -1,8 +1,9 @@
 python-llfuse (0.32-2) UNRELEASED; urgency=low
 
   * Created separate -doc package for documentation. Closes: 630632
+  * Regenerate documentation in debian/rules. Closes: 630605
 
- -- Nikolaus Rath <Nikolaus at rath.org>  Wed, 15 Jun 2011 14:23:58 -0400
+ -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 17 Jun 2011 20:58:26 -0400
 
 python-llfuse (0.32-1) unstable; urgency=low
 

Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	2011-06-18 00:54:12 UTC (rev 17515)
+++ packages/python-llfuse/trunk/debian/control	2011-06-18 01:21:42 UTC (rev 17516)
@@ -12,7 +12,7 @@
                python-all-dbg,
                python3-all-dev,
                python3-all-dbg,
-               python-sphinx,
+               python-sphinx (>= 1.0.7-5),
                pkg-config,
                python-distribute,
                python3-setuptools,

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-06-18 00:54:12 UTC (rev 17515)
+++ packages/python-llfuse/trunk/debian/rules	2011-06-18 01:21:42 UTC (rev 17516)
@@ -23,9 +23,7 @@
 
 build_sphinx:
 	dh_testdir
-	# Disabled until Sphinx 1.1 hits the archive or
-	# wishlish bug #63040 is fixed, backporting the required feature
-	#python setup.py build_sphinx
+	python setup.py build_sphinx
 	touch $@
 
 build-python%: 




More information about the Python-modules-commits mailing list