[Pkg-mpd-commits] [gmpc-plugins] 01/05: Drop -dbg package in favour of autogenerated -dbgsym package

Simon McVittie smcv at debian.org
Mon Feb 12 09:52:54 UTC 2018


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

smcv pushed a commit to branch master
in repository gmpc-plugins.

commit 7745605cfa6b93b2a23f61164627a721f7b25880
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Feb 12 09:13:51 2018 +0000

    Drop -dbg package in favour of autogenerated -dbgsym package
---
 debian/changelog | 1 +
 debian/control   | 9 ---------
 debian/rules     | 6 ++++--
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 331c0a6..d5b7792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gmpc-plugins (11.8.16-4) UNRELEASED; urgency=medium
 
   * Use https for Vcs-Git and Vcs-Browser, and cgit for Vcs-Browser
+  * Drop -dbg package in favour of autogenerated -dbgsym package
 
  -- Simon McVittie <smcv at debian.org>  Fri, 19 Aug 2016 07:44:35 +0100
 
diff --git a/debian/control b/debian/control
index 0b9ee32..f39716e 100644
--- a/debian/control
+++ b/debian/control
@@ -47,12 +47,3 @@ Description: Plugins for the GNOME Music Player Client
   - mdcover, display disc cover found in file metadata
   - osd, On screen display using xosd
   - shout, stream shout-cast
-
-Package: gmpc-plugins-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: gmpc-dbg, gmpc-plugins (= ${binary:Version}), ${misc:Depends}
-Description: Plugins for the GNOME Music Player Client (debugging symbols)
- This package contains debugging symbols for gmpc-plugins, which can be used
- to analyze crashes in gmpc.
diff --git a/debian/rules b/debian/rules
index dff361e..9d554e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 SRC_NAME:=gmpc-plugins
 DEV_NAME:=$(SRC_NAME)-dev
 DBG_NAME:=$(SRC_NAME)-dbg
-DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME)
 
 %:
 	dh $@ --with autoreconf
@@ -18,7 +17,10 @@ override_dh_auto_configure:
 		--disable-albumview
 
 override_dh_strip:
-	dh_strip $(DEB_DH_STRIP_ARGS)
+	dh_strip --dbgsym-migration='gmpc-plugins-dbg (<< 11.8.16-4~)'
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp
 
 override_dh_install:
 	mv debian/tmp/usr/lib/gmpc/plugins/awnplugin.so \

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



More information about the Pkg-mpd-commits mailing list