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

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Mon Jun 13 21:36:49 UTC 2011


    Date: Monday, June 13, 2011 @ 21:36:48
  Author: nikratio-guest
Revision: 17439

Update stamps in build_cython and build_sphinx targets.

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

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-06-13 21:27:32 UTC (rev 17438)
+++ packages/python-llfuse/trunk/debian/rules	2011-06-13 21:36:48 UTC (rev 17439)
@@ -9,18 +9,21 @@
 
 build-stamp: build_cython \
              build_sphinx \
-	     $(PYVERS:%=build-python%) $(PYVERS:%=build-dbg-python%)
+	     $(PYVERS:%=build-python%) \
+             $(PYVERS:%=build-dbg-python%)
 	touch $@
 
 build_cython:
 	dh_testdir
 	python setup.py build_cython
+	touch $@
 
 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
+	touch $@
 
 build-python%: 
 	dh_testdir




More information about the Python-modules-commits mailing list