[SCM] qtractor packaging branch, master, updated. debian/0.4.6-1-9-ga7ba756

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jul 22 21:49:27 UTC 2010


The following commit has been merged in the master branch:
commit 664a649df35be5c68f3d492cb6ff8872f8a45bb3
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jul 22 23:25:36 2010 +0200

    Provide runtime package for debugging symbols.

diff --git a/debian/control b/debian/control
index c5633e7..ca1e5a6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Gürkan Sengün <gurkan at phys.ethz.ch>,
  Alessio Treglia <alessio at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50~),
  libqt4-dev,
  libtool,
  automake,
@@ -40,3 +40,15 @@ Description: MIDI/Audio multi-track sequencer application
  Sound Architecture (ALSA) for MIDI, are the main infrastructures to
  evolve as a fairly-featured Linux Desktop Audio Workstation GUI, especially
  dedicated to the personal home-studio.
+
+Package: qtractor-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: qtractor (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for Qtractor
+ Qtractor is a MIDI/Audio multi-track sequencer application written
+ in C++ around the Qt4 toolkit using Qt Designer.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/qtractor.install b/debian/qtractor.install
new file mode 100644
index 0000000..73752c9
--- /dev/null
+++ b/debian/qtractor.install
@@ -0,0 +1 @@
+usr
diff --git a/debian/rules b/debian/rules
index 2d33f6a..b5ab855 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,9 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-debug
+
+override_dh_strip:
+	dh_strip --dbg-package=qtractor-dbg

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list