[Python-modules-commits] r14293 - in packages/pyscard/trunk/debian (3 files)

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Aug 27 16:35:43 UTC 2010


    Date: Friday, August 27, 2010 @ 16:35:41
  Author: rousseau
Revision: 14293

* New upstream release
* debian/patches/01_ATR.py: removed since included upstream

Modified:
  packages/pyscard/trunk/debian/changelog
  packages/pyscard/trunk/debian/patches/series
Deleted:
  packages/pyscard/trunk/debian/patches/01_ATR.py

Modified: packages/pyscard/trunk/debian/changelog
===================================================================
--- packages/pyscard/trunk/debian/changelog	2010-08-27 11:13:18 UTC (rev 14292)
+++ packages/pyscard/trunk/debian/changelog	2010-08-27 16:35:41 UTC (rev 14293)
@@ -1,3 +1,10 @@
+pyscard (1.6.12-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/patches/01_ATR.py: removed since included upstream
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Fri, 27 Aug 2010 18:35:18 +0200
+
 pyscard (1.6.10-2) unstable; urgency=low
 
   * debian/patches/01_ATR.py: Closes: #585319

Deleted: packages/pyscard/trunk/debian/patches/01_ATR.py
===================================================================
--- packages/pyscard/trunk/debian/patches/01_ATR.py	2010-08-27 11:13:18 UTC (rev 14292)
+++ packages/pyscard/trunk/debian/patches/01_ATR.py	2010-08-27 16:35:41 UTC (rev 14293)
@@ -1,15 +0,0 @@
-From: jean daniel aussel <jdaussel at gmmail.com>
-Origin: upstream, http://pyscard.svn.sourceforge.net/viewvc/pyscard/trunk/pyscard/src/smartcard/ATR.py?r1=484&r2=483&pathrev=484
-Subject: Python string exceptions no more allowed in Python 2.6
-Bug-Debian: http://bugs.debian.org/585319
---- a/smartcard/ATR.py
-+++ b/smartcard/ATR.py
-@@ -38,7 +38,7 @@
-     def __checksyncbyte__( self ):
-         """Check validity of TS."""
-         if not 0x3b==self.bytes[0] and not 0x03f==self.bytes[0]:
--            raise 'invalid TS',"0x%-0.2x"%self.bytes[0]
-+            raise SmartcardException("invalid TS 0x%-0.2x" % self.bytes[0])
- 
-     def __initInstance__( self ):
-         """Parse ATR and initialize members:

Modified: packages/pyscard/trunk/debian/patches/series
===================================================================
--- packages/pyscard/trunk/debian/patches/series	2010-08-27 11:13:18 UTC (rev 14292)
+++ packages/pyscard/trunk/debian/patches/series	2010-08-27 16:35:41 UTC (rev 14293)
@@ -1 +0,0 @@
-01_ATR.py




More information about the Python-modules-commits mailing list