[SCM] libgroove/master: add debug package
andrewrk-guest at users.alioth.debian.org
andrewrk-guest at users.alioth.debian.org
Sat Feb 22 23:58:46 UTC 2014
The following commit has been merged in the master branch:
commit e0e2733d77f67eec9192720e6cef6398b4670a3a
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Sat Feb 22 23:51:56 2014 +0000
add debug package
diff --git a/debian/control b/debian/control
index 8ea1c3d..631cc56 100644
--- a/debian/control
+++ b/debian/control
@@ -68,6 +68,20 @@ Description: audio dispatching library
.
This package contains the shared library.
+Package: libgroove3-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends: libgroove-dev (= ${binary:Version}),
+ libgrooveplayer-dev (= ${binary:Version}),
+ libgrooveloudness-dev (= ${binary:Version}),
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: debugging symbols for libgroove
+ This package contains the debugging symbols for libgroove3, libgrooveplayer3,
+ and libgrooveloudness3.
+
Package: libgrooveplayer-dev
Section: libdevel
diff --git a/debian/rules b/debian/rules
index 24abf39..bb7aca3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ VER ?= $(subst $(DTYPE),,$(UVER))
%:
dh $@
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip --dbg-package=libgroove3-dbg
+
.PHONY: get-orig-source
get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.gz $(info I: $(PKG)_$(VER)$(DTYPE))
@
--
libgroove packaging
More information about the pkg-multimedia-commits
mailing list