[SCM] sonic-visualiser/master: Introducing dbg package

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Dec 2 22:47:30 UTC 2012


The following commit has been merged in the master branch:
commit 4bd10bcfebd084fcaa19f683bd9d9b781b75e43e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Dec 2 23:49:12 2012 +0100

    Introducing dbg package

diff --git a/debian/control b/debian/control
index cb207ff..fff7d40 100644
--- a/debian/control
+++ b/debian/control
@@ -41,3 +41,19 @@ Description: viewing and analysing the contents of music audio files
  Sonic Visualiser could be of particular interest to musicologists,
  archivists, signal-processing researchers and anyone else looking for a
  friendly way to take a look at what lies inside the audio file.
+
+Package: sonic-visualiser-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: sonic-visualiser (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for sonic-visualiser
+ The aim of Sonic Visualiser is to be the first program you reach for
+ when want to study a musical recording rather than simply listen to it.
+ .
+ Sonic Visualiser could be of particular interest to musicologists,
+ archivists, signal-processing researchers and anyone else looking for a
+ friendly way to take a look at what lies inside the audio file.
+ .
+ This package provides the debugging symbols for sonic-visualiser.
diff --git a/debian/rules b/debian/rules
index 2d7f9c3..2516599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,3 +26,6 @@ override_dh_auto_build:
 	$(MAKE) -C svapp
 	$(MAKE) -C sonic-visualiser
 
+override_dh_strip:
+	dh_strip --dbg-package=sonic-visualiser-dbg
+

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list