[SCM] phasex/master: Migrate to automatic debug package

gabork-guest at users.alioth.debian.org gabork-guest at users.alioth.debian.org
Fri Dec 29 12:31:35 UTC 2017


The following commit has been merged in the master branch:
commit b4a70fcf50ad7c7204c4de72cf3aadd4ab9de70a
Author: Gabor Karsay <gabor.karsay at gmx.at>
Date:   Fri Dec 29 12:44:56 2017 +0100

    Migrate to automatic debug package

diff --git a/debian/control b/debian/control
index f33001b..1f3818f 100644
--- a/debian/control
+++ b/debian/control
@@ -35,17 +35,3 @@ Description: Phase Harmonic Advanced Synthesis EXperiment
  curves, a stereo crossover delay and chorus with phaser, ADSR envelopes
  for amplifier and filter, realtime audio input processing capabilities,
  velocity/aftertouch sensitivity, and more.
-
-Package: phasex-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends:
- phasex (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for PHASEX
- PHASEX is an experimental JACK audio / ALSA MIDI softsynth for Linux
- with a synth engine built around flexible phase modulation and
- flexible oscillator/LFO sourcing.
- .
- This package contains the debugging symbols.
diff --git a/debian/phasex.install b/debian/phasex.install
index aa3bcf8..913efc1 100644
--- a/debian/phasex.install
+++ b/debian/phasex.install
@@ -1,3 +1,2 @@
 debian/phasex.xpm usr/share/pixmaps
 debian/phasex.desktop usr/share/applications
-usr
diff --git a/debian/rules b/debian/rules
index 997338d..d0925de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,12 +16,12 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
-	cd $(CURDIR)/debian/tmp/usr/share/phasex && \
+	cd $(CURDIR)/debian/phasex/usr/share/phasex && \
 		rm compile depcomp install-sh missing version-sh
-	cd $(CURDIR)/debian/tmp/usr/share/doc/phasex && \
+	cd $(CURDIR)/debian/phasex/usr/share/doc/phasex && \
 		rm LICENSE ChangeLog
 
 # disable dh_auto_test, no test suite is provided
 override_dh_auto_test:
 override_dh_strip:
-	dh_strip --dbg-package=phasex-dbg
+	dh_strip --dbgsym-migration='phasex-dbg (<< 0.14.97-3~)'

-- 
phasex packaging



More information about the pkg-multimedia-commits mailing list