[Pkg-gnupg-commit] [gnupg] 02/04: drop -dbg package since we now have auto-generated -dbgsym packages

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Feb 5 20:45:42 UTC 2016


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

dkg pushed a commit to branch master
in repository gnupg.

commit 93cda7fcc12efea64bd5874bf21f1a01e2606884
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Feb 5 00:24:19 2016 -0500

    drop -dbg package since we now have auto-generated -dbgsym packages
---
 debian/changelog |  3 ++-
 debian/control   | 12 ------------
 debian/rules     |  4 ++--
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index feb21fb..3a49b95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 gnupg (1.4.20-2) unstable; urgency=medium
 
   * drop gpgv-udeb package -- it should now be built by gnupg2.
+  * drop gnupg-dbg package since we now have auto-generated -dbgsym packages
 
- -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Thu, 04 Feb 2016 17:49:10 -0500
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Fri, 05 Feb 2016 15:23:15 -0500
 
 gnupg (1.4.20-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index de39f43..da3403c 100644
--- a/debian/control
+++ b/debian/control
@@ -86,15 +86,3 @@ Description: GNU privacy guard - signature verification tool (win32 build)
  .
  This is a win32 version of gpgv.  It's meant to be used by the win32-loader
  component of Debian-Installer.
-
-Package: gnupg-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: gnupg (= ${binary:Version}) | gnupg-curl (= ${binary:Version}) | gpgv (= ${binary:Version}),
-         ${misc:Depends}
-Description: debugging symbols for gnupg
- GnuPG is GNU's tool for secure communication and data storage.
- .
- This package contains the debugging symbols for gnupg, gpgv, and
- gnupg-curl.
diff --git a/debian/rules b/debian/rules
index ef67b47..e51d3f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,7 +118,7 @@ binary-indep: build-indep
 	dh_installdocs -i
 	dh_install -i
 	dh_link -i
-	dh_strip -i --dbg-package gnupg-dbg
+	dh_strip -i
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i
@@ -139,7 +139,7 @@ binary-arch: build install
 	dh_installudev -a
 	if which dh_bugfiles ; then dh_bugfiles -a ; fi
 	dh_link -a
-	dh_strip -a --dbg-package gnupg-dbg
+	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)

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



More information about the Pkg-gnupg-commit mailing list