[pkg-opensc-commit] [pkcs11-helper] 01/03: Drop libpkcs11-helper1-dbg in favor of -dbgsym package
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 1 18:11:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit a98347d4925c686dbe226063ac36a42ed1391571
Author: Eric Dorland <eric at debian.org>
Date: Fri Jan 1 01:15:10 2016 -0500
Drop libpkcs11-helper1-dbg in favor of -dbgsym package
---
debian/changelog | 7 +++++++
debian/control | 26 +++++---------------------
debian/rules | 2 +-
3 files changed, 13 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ca5710f..c6eaac1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pkcs11-helper (1.11-5) unstable; urgency=medium
+
+ * debian/control, debian/rules: Drop libpkcs11-helper1-dbg in favor of
+ -dbgsym package.
+
+ --
+
pkcs11-helper (1.11-4) unstable; urgency=medium
* debian/watch: Fix URL.
diff --git a/debian/control b/debian/control
index 6ad9e1c..29a6ee1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: libs
Priority: optional
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint at lists.alioth.debian.org>
Uploaders: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, libssl-dev, pkg-config
+Build-Depends: debhelper (>= 9.20151219),
+ dh-autoreconf,
+ doxygen,
+ libssl-dev,
+ pkg-config
Standards-Version: 3.9.6
Homepage: https://github.com/OpenSC/pkcs11-helper
Vcs-Git: git://anonscm.debian.org/pkg-opensc/pkcs11-helper.git
@@ -29,26 +33,6 @@ Description: library that simplifies the interaction with PKCS#11
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
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libpkcs11-helper1 (= ${binary:Version}), ${misc:Depends}
-Description: debugging symbols for libpkcs11-helper
- 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
Section: libs
Architecture: any
diff --git a/debian/rules b/debian/rules
index be363d0..9523969 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ override_dh_installdocs:
dh_installdocs -A README AUTHORS THANKS
override_dh_strip:
- dh_strip --dbg-package=libpkcs11-helper1-dbg
+ dh_strip --ddeb-migration='libpkcs11-helper1-dbg (<< 1.11-5~)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list