[SCM] gwc/master: Providing package with debugging symbols

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Mar 5 12:21:06 UTC 2011


The following commit has been merged in the master branch:
commit a412e3cefadbe920f7a2f88c1e85bde86d92a2cd
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Mar 5 13:20:46 2011 +0100

    Providing package with debugging symbols

diff --git a/debian/control b/debian/control
index d0ac2ef..8ad56f0 100644
--- a/debian/control
+++ b/debian/control
@@ -25,3 +25,18 @@ Description: Audio file denoiser
  commonly used when translating your old vinyl or old tapes to
  a digital format, but it can be applied to every soundfile that
  has a more or less constant noise level.
+
+Package: gwc-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: gwc (= ${binary:Version}),
+ ${misc:Depends}
+Description: Audio file denoiser (debug)
+ The GNOME Wave Cleaner (gwc) is an application that helps you in
+ getting rid of noise and clicks in audio files. This is most
+ commonly used when translating your old vinyl or old tapes to
+ a digital format, but it can be applied to every soundfile that
+ has a more or less constant noise level.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/gwc.install b/debian/gwc.install
index 506c8a7..6d32b7a 100644
--- a/debian/gwc.install
+++ b/debian/gwc.install
@@ -1,4 +1,5 @@
-debian/*.desktop usr/share/applications/
-debian/*.xpm usr/share/pixmaps/
+usr
 doc/* usr/share/gnome/help/gnome_wave_cleaner/
 gwc-logo.png usr/share/pixmaps/
+debian/*.desktop usr/share/applications/
+debian/*.xpm usr/share/pixmaps/
diff --git a/debian/rules b/debian/rules
index fd28f83..a3abf26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ override_dh_auto_install:
 	dh_auto_install
 	rm -fR $(CURDIR)/debian/gwc/doc
 	rm -fR $(CURDIR)/debian/gwc/pixmaps
+
+override_dh_strip:
+	dh_strip --dbg-package=gwc-dbg

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list