[pkg-opensc-commit] [libp11] 01/03: Drop libp11-2-dbg and use the auto generated -dbgsym package

Eric Dorland eric at moszumanska.debian.org
Fri Dec 25 06:29:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit b2f671cbeed93667ff9274dec54b6d07c664cc62
Author: Eric Dorland <eric at debian.org>
Date:   Fri Dec 25 01:16:00 2015 -0500

    Drop libp11-2-dbg and use the auto generated -dbgsym package
---
 debian/changelog |  7 +++++++
 debian/control   | 15 +--------------
 debian/rules     |  2 +-
 3 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bddcca7..f8af70c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libp11 (0.3.0-2) unstable; urgency=medium
+
+  * debian/control, debian/rules: Drop libp11-2-dbg and use the auto
+    generated -dbgsym package.
+
+ --
+
 libp11 (0.3.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index b39e0fe..edd85dc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libdevel
 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),
+Build-Depends: debhelper (>= 9.20151219),
                dh-autoreconf,
                libltdl3-dev,
                libssl-dev,
@@ -36,16 +36,3 @@ Description: pkcs#11 convenience library
  Libp11 is a library to simplify using smart cards via PKCS#11
  modules.  It was spun of the OpenSC project but can be used with any
  pkcs#11 module.
-
-Package: libp11-2-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libp11-2 (= ${binary:Version}), ${misc:Depends}
-Description: pkcs#11 convenience library - debugging symbols
- Libp11 is a library to simplify using smart cards via PKCS#11
- modules.  It was spun of the OpenSC project but can be used with any
- pkcs#11 module.
- .
- This package contains the debugging symbols for libp11-2.
diff --git a/debian/rules b/debian/rules
index 83c1fed..e302ff6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 	dh $@ --with autoreconf
 
 override_dh_strip:
-	dh_strip --dbg-package=libp11-2-dbg
+	dh_strip --ddeb-migration='libp11-2-dbg (<< 0.3.0-2~)'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list