[Python-modules-commits] r21814 - in packages/pyscard/trunk/debian (changelog clean rules)
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Fri May 18 15:36:10 UTC 2012
Date: Friday, May 18, 2012 @ 15:36:05
Author: rousseau
Revision: 21814
use debian/clean instead of a modified debian/rules to fix bug #671322
Added:
packages/pyscard/trunk/debian/clean
Modified:
packages/pyscard/trunk/debian/changelog
packages/pyscard/trunk/debian/rules
Modified: packages/pyscard/trunk/debian/changelog
===================================================================
--- packages/pyscard/trunk/debian/changelog 2012-05-18 10:05:01 UTC (rev 21813)
+++ packages/pyscard/trunk/debian/changelog 2012-05-18 15:36:05 UTC (rev 21814)
@@ -1,3 +1,9 @@
+pyscard (1.6.12.1-3) unstable; urgency=low
+
+ * use debian/clean instead of a modified debian/rules to fix bug #671322
+
+ -- Ludovic Rousseau <rousseau at debian.org> Fri, 18 May 2012 17:35:40 +0200
+
pyscard (1.6.12.1-2) unstable; urgency=low
* Fix "FTBFS if built twice in a row: aborting due to unexpected
Added: packages/pyscard/trunk/debian/clean
===================================================================
--- packages/pyscard/trunk/debian/clean (rev 0)
+++ packages/pyscard/trunk/debian/clean 2012-05-18 15:36:05 UTC (rev 21814)
@@ -0,0 +1 @@
+smartcard/scard/scard.py smartcard/scard/scard_wrap.c
Modified: packages/pyscard/trunk/debian/rules
===================================================================
--- packages/pyscard/trunk/debian/rules 2012-05-18 10:05:01 UTC (rev 21813)
+++ packages/pyscard/trunk/debian/rules 2012-05-18 15:36:05 UTC (rev 21814)
@@ -2,8 +2,3 @@
%:
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