[SCM] petri-foo/master: added debug package

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jul 4 18:15:05 UTC 2011


The following commit has been merged in the master branch:
commit 344b2cc4db9fa7053876846516c68d21861687be
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jul 4 20:14:55 2011 +0200

    added debug package

diff --git a/debian/control b/debian/control
index c880888..df0bc74 100644
--- a/debian/control
+++ b/debian/control
@@ -33,3 +33,20 @@ Description: MIDI controllable audio sampler - successor of specimen
   * playback modes and zoomable sample editor for loop and play points.
  .
  Petri-Foo is a fork of the Specimen Sampler project.
+
+Package: petri-foo-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: petri-foo (= ${binary:Version}),
+ ${misc:Depends}
+Description: MIDI controllable audio sampler - successor of specimen
+ A simple but very useful midi controlled sampler for ALSA/JACK featuring:
+  * 64 notes of polyphony, spread across up to 64 patches.
+  * fast, high quality pitch scaling, linear ADSR volume envelopes.
+  * low pass filter with resonance; a variety of direction-independent.
+  * playback modes and zoomable sample editor for loop and play points.
+ .
+ Petri-Foo is a fork of the Specimen Sampler project.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/petri-foo.install b/debian/petri-foo.install
index 852c21a..3182ebb 100644
--- a/debian/petri-foo.install
+++ b/debian/petri-foo.install
@@ -1,2 +1,3 @@
+usr
 debian/*.desktop usr/share/applications/
 debian/*.xpm usr/share/pixmaps/
diff --git a/debian/rules b/debian/rules
index 974bec8..a06c130 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ --parallel --with=autoreconf
+
+override_dh_strip:
+	dh_strip --dbg-package=petri-foo-dbg

-- 
petri-foo packaging



More information about the pkg-multimedia-commits mailing list