[SCM] rtmidi/master: Don't build empty dbg package.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Jun 21 20:39:16 UTC 2016
The following commit has been merged in the master branch:
commit 62ec717d0b3b7b2fb89b832b97d7009b509cdbd8
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Jun 21 22:22:00 2016 +0200
Don't build empty dbg package.
diff --git a/debian/control b/debian/control
index fe14921..15e754d 100644
--- a/debian/control
+++ b/debian/control
@@ -66,20 +66,3 @@ Description: C++ library for realtime MIDI input/ouput (development files)
simplifies the process of interacting with computer audio hardware.
.
This package provides the development files.
-
-Package: librtmidi-dbg
-Section: debug
-Priority: extra
-Architecture: linux-any
-Multi-Arch: same
-Depends:
- librtmidi3 (= ${binary:Version}),
- ${misc:Depends}
-Description: C++ library for realtime MIDI input/ouput (debugging symbols)
- RtMidi is a set of C++ classes that provides a common API (Application
- Programming Interface) for realtime MIDI input/output across Linux
- (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows
- (DirectSound and ASIO) operating systems. RtMidi significantly
- simplifies the process of interacting with computer audio hardware.
- .
- This package provides the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 68cc6ed..3ad1281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,9 +39,6 @@ override_dh_auto_test:
override_dh_installchangelogs:
dh_installchangelogs doc/release.txt
-override_dh_strip:
- dh_strip --dbg-package=librtmidi-dbg
-
# get-orig-source to drop doc and win files
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=.
--
RtMidi packaging
More information about the pkg-multimedia-commits
mailing list