[Python-modules-commits] r6757 - in packages/pyscard/trunk/debian (changelog rules)

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Oct 26 18:40:32 UTC 2008


    Date: Sunday, October 26, 2008 @ 18:40:32
  Author: rousseau
Revision: 6757

debian/rules: define QUILT_PATCHES for the local patch

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

Modified: packages/pyscard/trunk/debian/changelog
===================================================================
--- packages/pyscard/trunk/debian/changelog	2008-10-26 16:52:55 UTC (rev 6756)
+++ packages/pyscard/trunk/debian/changelog	2008-10-26 18:40:32 UTC (rev 6757)
@@ -1,3 +1,9 @@
+pyscard (1.6.7-5) unstable; urgency=low
+
+  * debian/rules: define QUILT_PATCHES for the local patch
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 26 Oct 2008 19:39:56 +0100
+
 pyscard (1.6.7-4) unstable; urgency=low
 
   * debian/rules: the patch 01_setup.py is needed for the clean rule. Use a

Modified: packages/pyscard/trunk/debian/rules
===================================================================
--- packages/pyscard/trunk/debian/rules	2008-10-26 16:52:55 UTC (rev 6756)
+++ packages/pyscard/trunk/debian/rules	2008-10-26 18:40:32 UTC (rev 6757)
@@ -49,12 +49,12 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	quilt push 01_setup.py
+	QUILT_PATCHES=$(QUILT_PATCH_DIR) quilt push 01_setup.py
 	for python in $(PYVERS); do \
 		python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
 		$$python setup.py clean; \
 	done
-	quilt pop
+	QUILT_PATCHES=$(QUILT_PATCH_DIR) quilt pop
 	rm -rf .pc
 	rm -rf build
 




More information about the Python-modules-commits mailing list