[Pkg-coolkey-commits] r45 - in /coolkey/trunk/debian: changelog patches/series patches/spelling-error-in-binary

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Feb 23 20:36:39 UTC 2011


Author: rousseau
Date: Wed Feb 23 20:36:38 2011
New Revision: 45

URL: http://svn.debian.org/wsvn/pkg-coolkey/?sc=1&rev=45
Log:
debian/patches/spelling-error-in-binary: I: coolkey:
spelling-error-in-binary ./usr/lib/pkcs11/libcoolkeypk11.so Inconsistant
Inconsistent

Added:
    coolkey/trunk/debian/patches/spelling-error-in-binary
Modified:
    coolkey/trunk/debian/changelog
    coolkey/trunk/debian/patches/series

Modified: coolkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/changelog?rev=45&op=diff
==============================================================================
--- coolkey/trunk/debian/changelog (original)
+++ coolkey/trunk/debian/changelog Wed Feb 23 20:36:38 2011
@@ -2,8 +2,11 @@
 
   * Fix "FTBFS: cky_card.h:44: error: expected ')' before '*' token"
     patch in coolkey-pcsc-lite (Closes: #614437)
+  * debian/patches/spelling-error-in-binary: I: coolkey:
+    spelling-error-in-binary ./usr/lib/pkcs11/libcoolkeypk11.so Inconsistant
+    Inconsistent
 
- -- Ludovic Rousseau <rousseau at debian.org>  Wed, 23 Feb 2011 21:32:11 +0100
+ -- Ludovic Rousseau <rousseau at debian.org>  Wed, 23 Feb 2011 20:36:20 +0000
 
 coolkey (1.1.0-7) experimental; urgency=low
 

Modified: coolkey/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/patches/series?rev=45&op=diff
==============================================================================
--- coolkey/trunk/debian/patches/series (original)
+++ coolkey/trunk/debian/patches/series Wed Feb 23 20:36:38 2011
@@ -1,3 +1,4 @@
+spelling-error-in-binary
 coolkey-pcsc-lite
 coolkey-cache-dir-move.patch 
 coolkey-gcc43.patch 

Added: coolkey/trunk/debian/patches/spelling-error-in-binary
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/patches/spelling-error-in-binary?rev=45&op=file
==============================================================================
--- coolkey/trunk/debian/patches/spelling-error-in-binary (added)
+++ coolkey/trunk/debian/patches/spelling-error-in-binary Wed Feb 23 20:36:38 2011
@@ -1,0 +1,11 @@
+--- a/src/coolkey/slot.cpp
++++ b/src/coolkey/slot.cpp
+@@ -1974,7 +1974,7 @@
+ 	if (offset > size) {
+ 	    CKYBuffer_FreeData(&objBuffer);
+ 	    throw PKCS11Exception(CKR_DEVICE_ERROR,
+-			"Inconsistant combined object data");
++			"Inconsistent combined object data");
+ 	}
+ 	CKYSize objSize = offset - start;
+ 	CKYBuffer_Reserve(&info.data, objSize +1);




More information about the Pkg-coolkey-commits mailing list