[Python-modules-commits] r17711 - in packages/python-llfuse/trunk/debian (changelog rules)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sun Jul 3 20:59:15 UTC 2011


    Date: Sunday, July 3, 2011 @ 20:59:14
  Author: nikratio-guest
Revision: 17711

Build extension before generating documentation, so that
autogenerated documentation is no longer empty.

Updated to new upstream version.

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

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2011-07-03 19:55:04 UTC (rev 17710)
+++ packages/python-llfuse/trunk/debian/changelog	2011-07-03 20:59:14 UTC (rev 17711)
@@ -1,3 +1,11 @@
+python-llfuse (0.33-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Build extension before generating documentation, so that
+    autogenerated documentation is no longer empty. Closes: 631871
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Sun, 03 Jul 2011 16:24:43 -0400
+
 python-llfuse (0.32-2) unstable; urgency=low
 
   * Created separate -doc package for documentation. Closes: 630632

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-07-03 19:55:04 UTC (rev 17710)
+++ packages/python-llfuse/trunk/debian/rules	2011-07-03 20:59:14 UTC (rev 17711)
@@ -11,9 +11,9 @@
 override_dh_auto_build: build-stamp
 
 build-stamp: build_cython \
-             build_sphinx \
 	     $(PYVERS:%=build-python%) \
-	     $(PYVERS:%=build-python%-dbg)
+	     $(PYVERS:%=build-python%-dbg) \
+             build_sphinx 
 	touch $@
 
 build_cython:
@@ -23,6 +23,7 @@
 
 build_sphinx:
 	dh_testdir
+	python setup.py build_ext --inplace
 	python setup.py build_sphinx
 	touch $@
 




More information about the Python-modules-commits mailing list