[SCM] petri-foo/master: Drop dbg package in favour of dbgsym.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sat Dec 24 07:42:38 UTC 2016
The following commit has been merged in the master branch:
commit dc07af3ff1c4bda2302f4e3ce65124d19320b0ed
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sat Dec 24 04:54:10 2016 +0100
Drop dbg package in favour of dbgsym.
diff --git a/debian/control b/debian/control
index 38baece..8ed1838 100644
--- a/debian/control
+++ b/debian/control
@@ -35,21 +35,3 @@ 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: Debugging symbols for petri-foo
- 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/rules b/debian/rules
index 40182b6..8f68aa2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,13 @@
#!/usr/bin/make -f
-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
export LDFLAGS+=-Wl,--as-needed
+export DESTDIR = debian/tmp
+
%:
dh $@
-override_dh_strip:
- dh_strip --dbg-package=petri-foo-dbg
+override_dh_auto_install:
+ dh_auto_install --destdir=debian/tmp
--
petri-foo packaging
More information about the pkg-multimedia-commits
mailing list