[SCM] libdrumstick/master: Improve descriptions. Add -DBG package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Sep 5 10:03:41 UTC 2010


The following commit has been merged in the master branch:
commit b4e4ec0ede2b492055df1351a76cdd412dad678c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Sep 5 12:03:33 2010 +0200

    Improve descriptions. Add -DBG package.

diff --git a/debian/control b/debian/control
index 666d562..2857ce6 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,8 @@ Description: Qt4/C++ wrapper for ALSA Sequencer - development files
  using Qt4 objects, idioms and style. ALSA sequencer provides software support 
  for MIDI technology on Linux. Complementary classes for SMF and WRK file 
  processing are also included.
+ .
+ This package provides the development files.
 
 Package: libdrumstick0
 Architecture: any
@@ -35,3 +37,17 @@ Description: Qt4/C++ wrapper for ALSA Sequencer
  using Qt4 objects, idioms and style. ALSA sequencer provides software support 
  for MIDI technology on Linux. Complementary classes for SMF and WRK file 
  processing are also included.
+
+Package: libdrumstick-dbg
+Section: debug
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends},
+ libdrumstick0 (= ${binary:Version})
+Description: Qt4/C++ wrapper for ALSA Sequencer - development files
+ This library is a C++ wrapper around the ALSA library sequencer interface, 
+ using Qt4 objects, idioms and style. ALSA sequencer provides software support 
+ for MIDI technology on Linux. Complementary classes for SMF and WRK file 
+ processing are also included.
+ .
+ This package provides the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 27e5ca5..89325cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ -S cmake
+
+override_dh_strip:
+	dh_strip --dbg-package=libdrumstick-dbg

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list