[pkg-opensc-commit] [SCM] pkcs11-helper packaging branch, master, updated. upstream/1.10-26-g31976c9

Eric Dorland eric at debian.org
Mon May 13 05:07:58 UTC 2013


The following commit has been merged in the master branch:
commit 9c43623d19631e8f25a3665b5a7a18b94290a343
Author: Eric Dorland <eric at debian.org>
Date:   Sun May 12 23:23:17 2013 -0400

    debian/control, debian/rules: Add debugging symbols package.

diff --git a/debian/changelog b/debian/changelog
index da8d670..c356e35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ pkcs11-helper (1.10-1) unstable; urgency=low
   * New upstream release.
   * debian/control: Depend on debhelper 9 or later.
   * debian/control: Standards-Version to 3.9.4.
+  * debian/control, debian/rules: Add debugging symbols package.
 
- --
+ -- Eric Dorland <eric at debian.org>  Sun, 12 May 2013 23:22:59 -0400
 
 pkcs11-helper (1.09-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1abfd35..33b4def 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,26 @@ Architecture: any
 Provides: libpkcs11-helper-dev
 Conflicts: libpkcs11-helper-dev
 Depends: libpkcs11-helper1 (= ${binary:Version}), libssl-dev, ${misc:Depends}
-Description:  library that simplifies the interaction with PKCS#11
+Description: library that simplifies the interaction with PKCS#11
+ libpkcs11-helper is a library that simplifies the interaction with PKCS#11
+ providers for end-user applications.
+ .
+ libpkcs11-helper allows using multiple PKCS#11 providers at the same time,
+ enumerating available token certificates, or selecting a certificate
+ directly by serialized id, handling card removal and card insert
+ events, handling card re-insert to a different slot, supporting session
+ expiration and much more all using a simple API.
+ .
+ libpkcs11-helper is not designed to manage card content, since object
+ attributes are usually vendor specific, and 99% of application need to
+ access existing objects in order to perform signature and decryption.
+
+Package: libpkcs11-helper1-dbg
+Section: debug
+Architecture: any
+Multi-Arch: same
+Depends: libpkcs11-helper1 (= ${binary:Version})
+Description: debugging symbols for libpkcs11-helper
  libpkcs11-helper is a library that simplifies the interaction with PKCS#11
  providers for end-user applications.
  .
@@ -31,7 +50,7 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description:  library that simplifies the interaction with PKCS#11
+Description: library that simplifies the interaction with PKCS#11
  libpkcs11-helper is a library that simplifies the interaction with PKCS#11
  providers for end-user applications.
  .
diff --git a/debian/rules b/debian/rules
index a894cb0..7710470 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_auto_configure:
 
 override_dh_installdocs:
 	dh_installdocs -A README AUTHORS THANKS
+
+override_dh_strip:
+	dh_strip --dbg-package=libpkcs11-helper1-dbg

-- 
pkcs11-helper packaging



More information about the pkg-opensc-commit mailing list