[SCM] liblscp/master: Add -DBG package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Sep 10 12:40:41 UTC 2010


The following commit has been merged in the master branch:
commit 400cae1a4cf7f3520b753cfe388894083d19973c
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Sep 10 14:36:03 2010 +0200

    Add -DBG package.

diff --git a/debian/control b/debian/control
index 0017d1e..00295c0 100644
--- a/debian/control
+++ b/debian/control
@@ -44,3 +44,17 @@ Description: LinuxSampler Control Protocol wrapper library
  engine /  library and packages.
  Wraps the LinuxSampler network protocol and offers a
  convenient API in form of a C library.
+
+Package: liblscp-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: liblscp6 (= ${binary:Version}),
+ ${misc:Depends}
+Description: LinuxSampler Control Protocol library - debugging symbols
+ This package is for use with the LinuxSampler audio sampling
+ engine / library and packages.
+ Wraps the LinuxSampler network protocol and offers a
+ convenient API in form of a C library.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 8f26c23..a6d90c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
 override_dh_auto_build:
 	dh_auto_build
 	$(MAKE) -C doc
+
+override_dh_strip:
+	dh_strip --dbg-package=liblscp-dbg

-- 
liblscp packaging



More information about the pkg-multimedia-commits mailing list