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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu May 3 16:52:49 UTC 2012


    Date: Thursday, May 3, 2012 @ 16:52:47
  Author: rousseau
Revision: 21520

Fix "FTBFS if built twice in a row: aborting due to unexpected
upstream changes" remove files generated by swig in dh_auto_clean
(Closes: #671322)

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

Modified: packages/pyscard/trunk/debian/changelog
===================================================================
--- packages/pyscard/trunk/debian/changelog	2012-05-03 16:43:06 UTC (rev 21519)
+++ packages/pyscard/trunk/debian/changelog	2012-05-03 16:52:47 UTC (rev 21520)
@@ -1,3 +1,11 @@
+pyscard (1.6.12.1-2) unstable; urgency=low
+
+  * Fix "FTBFS if built twice in a row: aborting due to unexpected
+    upstream changes" remove files generated by swig in dh_auto_clean
+    (Closes: #671322)
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Thu, 03 May 2012 18:49:59 +0200
+
 pyscard (1.6.12.1-1) unstable; urgency=low
 
   * New upstream release (SVN snapshot at revision 596)

Modified: packages/pyscard/trunk/debian/rules
===================================================================
--- packages/pyscard/trunk/debian/rules	2012-05-03 16:43:06 UTC (rev 21519)
+++ packages/pyscard/trunk/debian/rules	2012-05-03 16:52:47 UTC (rev 21520)
@@ -2,3 +2,8 @@
 
 %:
 	dh $@ --with python2
+
+override_dh_auto_clean:
+	dh_auto_clean
+	# see bug #671322
+	rm -f smartcard/scard/scard.py smartcard/scard/scard_wrap.c




More information about the Python-modules-commits mailing list