[SCM] libdrumstick/master: Include in libdrumstick-dbg only symbols coming from libdrumstick0;

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 5 20:22:01 UTC 2012


The following commit has been merged in the master branch:
commit a3faa6fe9c902e4f3b7fae2ca657572edd5256d9
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 21:21:26 2012 +0100

    Include in libdrumstick-dbg only symbols coming from libdrumstick0;
    
    this avoids installing drumstick-tools when one needs the -DBG just to debug the libraries.

diff --git a/debian/control b/debian/control
index 7c5de48..6b91330 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,6 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Depends:
- drumstick-tools (= ${binary:Version}),
  libdrumstick0 (= ${binary:Version}),
  ${misc:Depends}
 Description: Qt4/C++ wrapper for ALSA Sequencer - debugging symbols
diff --git a/debian/rules b/debian/rules
index 99db848..7c02b67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,5 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DLIBDIR=lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_strip:
-	dh_strip --dbg-package=libdrumstick-dbg
+	dh_strip -plibdrumstick0 --dbg-package=libdrumstick-dbg
+	dh_strip --remaining-packages

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list