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

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sat Dec 31 23:01:00 UTC 2011


    Date: Saturday, December 31, 2011 @ 23:00:58
  Author: nikratio-guest
Revision: 19813

Build and install -dbg first, so that any installed scripts do not require -dbg interpreter. 

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

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-12-31 19:58:47 UTC (rev 19812)
+++ packages/python-llfuse/trunk/debian/rules	2011-12-31 23:00:58 UTC (rev 19813)
@@ -11,8 +11,8 @@
 override_dh_auto_build: build-stamp
 
 build-stamp: build_cython \
+	     $(PYVERS:%=build-python%-dbg) \
 	     $(PYVERS:%=build-python%) \
-	     $(PYVERS:%=build-python%-dbg) \
              build_sphinx 
 	touch $@
 
@@ -39,8 +39,8 @@
 	wget http://docs.python.org/objects.inv -O debian/python.inv
 
 override_dh_auto_install: build install-prereq\
-         $(PYVERS:%=install-python%) \
-	 $(PYVERS:%=install-python%-dbg)
+	 $(PYVERS:%=install-python%-dbg) \
+         $(PYVERS:%=install-python%)
 
 install-prereq:
 	dh_testdir




More information about the Python-modules-commits mailing list