[SCM] gmerlin-avdecoder/master: Add -DBG package

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 17 23:45:55 UTC 2011


The following commit has been merged in the master branch:
commit c6678e8ccecf4a9a73b14099790a4b416cf6186a
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 18 00:45:10 2011 +0100

    Add -DBG package

diff --git a/debian/control.in b/debian/control.in
index 25ca999..b37db64 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -77,3 +77,16 @@ Description: a general multimedia decoding library (documentation)
  applications. You don't even need gmerlin installed, only gavl.
  .
  This package provides the documentation about Gmerlin_avdecoder.
+
+Package: gmerlin-avdecoder-dbg
+Architecture: any
+Priority: extra
+Section: debug
+Depends: libgmerlin-avdec1 (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for gmerlin
+ Gmerlin_avdecoder is a general purpose media decoding library. It was
+ written as a support library for gmerlin, but it can also be used by other
+ applications. You don't even need gmerlin installed, only gavl.
+ .
+ This package contains the debugging symbols for libgmerlin-avdec1.
diff --git a/debian/rules b/debian/rules
index a48f1c0..50b0fd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,7 @@ DEB_UPSTREAM_TARBALL_MD5 = c1ea663e9da631453eec4ac79138b6c5
 
 DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-avdec-doc
 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
+DEB_DH_STRIP_ARGS := --dbg-package=gmerlin-dbg
 
 # bootstrap autotools files (CDBS normally only updates them)
 DEB_MAKE_CLEAN_TARGET = distclean

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list