[Python-modules-commits] r12369 - in packages/creoleparser/trunk/debian (changelog rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Mar 25 11:13:48 UTC 2010


    Date: Thursday, March 25, 2010 @ 11:13:41
  Author: bzed
Revision: 12369

Use python.mk for install options. 

Modified:
  packages/creoleparser/trunk/debian/changelog
  packages/creoleparser/trunk/debian/rules

Modified: packages/creoleparser/trunk/debian/changelog
===================================================================
--- packages/creoleparser/trunk/debian/changelog	2010-03-25 11:12:26 UTC (rev 12368)
+++ packages/creoleparser/trunk/debian/changelog	2010-03-25 11:13:41 UTC (rev 12369)
@@ -1,8 +1,9 @@
 creoleparser (0.7.0-1) unstable; urgency=low
 
   * New upstream version. 
+  * Use python.mk for install options. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Thu, 25 Mar 2010 12:08:09 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Thu, 25 Mar 2010 12:13:10 +0100
 
 creoleparser (0.6.1-1) unstable; urgency=low
 

Modified: packages/creoleparser/trunk/debian/rules
===================================================================
--- packages/creoleparser/trunk/debian/rules	2010-03-25 11:12:26 UTC (rev 12368)
+++ packages/creoleparser/trunk/debian/rules	2010-03-25 11:13:41 UTC (rev 12369)
@@ -7,6 +7,7 @@
 PYVERS:=$(shell pyversions -r)
 
 include /usr/share/dpatch/dpatch.make
+-include /usr/share/python/python.mk
 
 build: patch build-stamp
 build-stamp:
@@ -46,7 +47,7 @@
 	dh_installdirs
 	set -e; \
 	for py in $(PYVERS); do  \
-	    $$py setup.py install --root=debian/$(PKGNAME); \
+	    $$py setup.py install --root=debian/$(PKGNAME) $(py_setup_install_args); \
 	done
 
 	dh_installdocs -A




More information about the Python-modules-commits mailing list