[Pkg-gnupg-commit] [libassuan] 01/02: Drop libassuan0-dbg in favor of -dbgsym package

Eric Dorland eric at moszumanska.debian.org
Wed Dec 30 03:24:00 UTC 2015


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

eric pushed a commit to branch master
in repository libassuan.

commit 60a572415ade901e1ab2a6b505682ad6fc524214
Author: Eric Dorland <eric at debian.org>
Date:   Tue Dec 29 03:53:59 2015 -0500

    Drop libassuan0-dbg in favor of -dbgsym package
---
 debian/changelog |  7 +++++++
 debian/control   | 18 +++---------------
 debian/rules     |  2 +-
 3 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ea9a4c..dc448c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libassuan (2.4.2-2) unstable; urgency=medium
+
+  * debian/control, debian/rules: Drop libassuan0-dbg in favor of -dbgsym
+    package.
+
+ -- Eric Dorland <eric at debian.org>  Tue, 29 Dec 2015 03:53:12 -0500
+
 libassuan (2.4.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 19408a3..146931d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint at lists.alioth.debian.org>
 Uploaders: Eric Dorland <eric at debian.org>,
            Daniel Kahn Gillmor <dkg at fifthhorseman.net>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libgpg-error-dev (>= 1.17)
+Build-Depends: debhelper (>= 9.20151219),
+               dh-autoreconf,
+               libgpg-error-dev (>= 1.17)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-gnupg/libassuan.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnupg/libassuan.git
@@ -32,17 +34,3 @@ Description: IPC library for the GnuPG components -- header files
  components. Both server and client side functions are provided.
  .
  This package contains header files and static libraries for libassuan.
-
-Package: libassuan0-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libassuan0 (= ${binary:Version}), ${misc:Depends}
-Description: IPC library for the GnuPG components -- debugging symbols
- Libassuan is a small library implementing the so-called "Assuan
- protocol". This protocol is used for IPC between most newer GnuPG
- components. Both server and client side functions are provided.
- .
- This package contains debugging symbols for libassuan.
diff --git a/debian/rules b/debian/rules
index 9c04a3f..cf717bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ override_dh_auto_configure:
 	dh_auto_configure -- --enable-static
 
 override_dh_strip:
-	dh_strip --dbg-package=libassuan0-dbg
+	dh_strip --ddeb-migration='libassuan0-dbg (<< 2.4.2-2~)'

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



More information about the Pkg-gnupg-commit mailing list