[SCM] libdvbpsi/master: Add -DBG package containing the debugging symbols for libdvbpsi8.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jan 12 18:09:04 UTC 2013


The following commit has been merged in the master branch:
commit 23c65f04bb336fd2e9c856ae69a9460cddae98b3
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jan 12 18:03:11 2013 +0000

    Add -DBG package containing the debugging symbols for libdvbpsi8.

diff --git a/debian/control b/debian/control
index a7caa96..13cd29a 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,20 @@ Description: development files for libdvbpsi8
  This package contains the header files and static library needed to
  compile applications that use libdvbpsi8.
 
+Package: libdvbpsi-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends:
+ libdvbpsi8 (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for libdvbpsi
+ libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
+ decoding and generating.
+ .
+ This package provides the debugging symbols.
+
 Package: dvbpsi-utils
 Architecture: any
 Depends:
diff --git a/debian/rules b/debian/rules
index d211940..9e3cafb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,9 @@
 %:
 	dh $@ --parallel --with autoreconf
 
+override_dh_strip:
+	dh_strip -plibdvbpsi8 --dbg-package=libdvbpsi-dbg
+	dh_strip --remaining-packages
+
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-release

-- 
libdvbpsi packaging



More information about the pkg-multimedia-commits mailing list