[SCM] yoshimi/master: Provide -DBG package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Apr 11 18:22:24 UTC 2011


The following commit has been merged in the master branch:
commit 5e588bfbe66daad7ef93ec02c56fd1020fb5c1e9
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 11 20:13:30 2011 +0200

    Provide -DBG package.

diff --git a/debian/control b/debian/control
index de9d15b..6cfa284 100644
--- a/debian/control
+++ b/debian/control
@@ -49,3 +49,15 @@ Description: Presets for Yoshimi
  ZynAddSubFX 2.4.0.
  .
  This package provides banks and presets for Yoshimi.
+
+Package: yoshimi-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: yoshimi (= ${binary:Version}},
+ ${misc:Depends}
+Description: Debugging symbols for Yoshimi
+ Yoshimi is a software synthesizer for GNU/Linux, based on
+ ZynAddSubFX 2.4.0.
+ .
+ This package provides the debugging symbols for yoshimi.
diff --git a/debian/rules b/debian/rules
index 560d258..8e978ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,5 @@ override_dh_install:
 	install -m 644 $(CURDIR)/debian/yoshimi.desktop $(CURDIR)/debian/yoshimi/usr/share/applications
 	install -m 644 $(CURDIR)/yoshimi.png $(CURDIR)/debian/yoshimi/usr/share/icons
 
+override_dh_strip:
+	dh_strip --dbg-package=yoshimi-dbg

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list