[Python-modules-commits] r10450 - in packages/pykcs11/trunk/debian (changelog rules)

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Nov 14 17:32:00 UTC 2009


    Date: Saturday, November 14, 2009 @ 17:31:59
  Author: rousseau
Revision: 10450

debian/rules: allow to build without python2.4 (and with python2.6)

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

Modified: packages/pykcs11/trunk/debian/changelog
===================================================================
--- packages/pykcs11/trunk/debian/changelog	2009-11-14 16:06:20 UTC (rev 10449)
+++ packages/pykcs11/trunk/debian/changelog	2009-11-14 17:31:59 UTC (rev 10450)
@@ -1,3 +1,9 @@
+pykcs11 (1.2.1-3) unstable; urgency=low
+
+  * debian/rules: allow to build without python2.4 (and with python2.6)
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Sat, 14 Nov 2009 18:30:36 +0100
+
 pykcs11 (1.2.1-2) unstable; urgency=low
 
   * Fix "Missing watch file" add debian/watch (Closes: #520200)

Modified: packages/pykcs11/trunk/debian/rules
===================================================================
--- packages/pykcs11/trunk/debian/rules	2009-11-14 16:06:20 UTC (rev 10449)
+++ packages/pykcs11/trunk/debian/rules	2009-11-14 17:31:59 UTC (rev 10450)
@@ -51,7 +51,7 @@
 	rm -rf build-stamp build
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean PYTHON=python
 
 	dh_clean 
 




More information about the Python-modules-commits mailing list