[SCM] zynaddsubfx/master: Added dbg package

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jul 16 11:04:05 UTC 2012


The following commit has been merged in the master branch:
commit 28f4cfdecd54d36242e5ac66e3be9b199d47ee22
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jul 16 13:01:13 2012 +0200

    Added dbg package

diff --git a/debian/control b/debian/control
index b241e4d..424caea 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,16 @@ Description: Realtime software synthesizer for Linux
  capabilities. It includes randomness of some parameters, which
  makes warm sounds, like analogue synthesizers.
  It has system/insertion effects too, and much more.
+
+Package: zynaddsubfx-dbg
+Architecture: any
+Depends:
+ ${shlibs:Depends}
+Description: Debugging symbols for zynaddsubfx
+ A real-time software synthesizer for Linux and Windows with many
+ features, including polyphony, multi-timbral and microtonal
+ capabilities. It includes randomness of some parameters, which
+ makes warm sounds, like analogue synthesizers.
+ It has system/insertion effects too, and much more.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..a02ea4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_strip:
+	dh_strip --dbg-package=zynaddsubfx-dbg

-- 
zynaddsubfx packaging



More information about the pkg-multimedia-commits mailing list