[SCM] qmidiarp/master: Drop dbg package in favor of dbgsym.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Nov 1 19:18:22 UTC 2016


The following commit has been merged in the master branch:
commit 9106985af26d4b523c385a63fddb0fe3de10c364
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Nov 1 20:02:01 2016 +0100

    Drop dbg package in favor of dbgsym.

diff --git a/debian/control b/debian/control
index 893d5d0..326e223 100644
--- a/debian/control
+++ b/debian/control
@@ -49,16 +49,3 @@ Description: MIDI arpeggiator for ALSA
  QMidiArp also has a log tool displaying the history of incoming MIDI
  events in colors depending on their type. QMidiArp is based on the Qt4
  toolkit
-
-Package: qmidiarp-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: qmidiarp (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for QMidiArp
- QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer
- and LFO for the ALSA sequencer. It can hold any number of arpeggiator,
- sequencer, or LFO modules running in parallel.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index a385a9d..7bd0c9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ LDFLAGS+=-Wl,--as-needed
 %:
 	dh $@ --with=autoreconf,scour
 
-override_dh_strip:
-	dh_strip --dbg-package=qmidiarp-dbg
+override_dh_auto_install:
+	dh_auto_install --destdir=$(CURDIR)/debian/tmp
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
qmidiarp packaging



More information about the pkg-multimedia-commits mailing list