[SCM] showq/master: Drop dbg package in favour of dbgsym.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 15 22:25:37 UTC 2016
The following commit has been merged in the master branch:
commit 6a0218f3e88ed14c040188e0f26043a06f82b0ac
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 15 22:59:19 2016 +0100
Drop dbg package in favour of dbgsym.
diff --git a/debian/control b/debian/control
index 5bdc189..490990e 100644
--- a/debian/control
+++ b/debian/control
@@ -32,15 +32,3 @@ Description: MIDI controllable audio player
* Load/Save cue list.
* Hot key for any cue.
* Application controllable by MIDI.
-
-Package: showq-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: showq (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for showq
- Application that can play audio cues and trigger MIDI events
- primarily developed for theatre productions.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index b115383..33264cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,7 @@ override_dh_auto_clean:
override_dh_auto_install:
$(WAF) install --destdir=$(CURDIR)/debian/tmp
-override_dh_strip:
- dh_strip --dbg-package=showq-dbg
-
-# get-orig-source to drop upstream .gitignore file
+# get-orig-source to drop upstream .gitignore file and get rid of waf blob
get-orig-source:
git clone git://github.com/evandelisle/showq
rm -fR $(pkg)/.git
--
showq packaging
More information about the pkg-multimedia-commits
mailing list