[SCM] guayadeque/master: Add -DBG package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Mar 14 14:23:41 UTC 2011


The following commit has been merged in the master branch:
commit f822f5dcd55eae7bd8dac877c277ae3a6fc24680
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Mar 14 15:22:16 2011 +0100

    Add -DBG package.

diff --git a/debian/control b/debian/control
index 1ae8496..bf353c3 100644
--- a/debian/control
+++ b/debian/control
@@ -60,3 +60,15 @@ Description: lightweight music player
   - You can rate the tracks from 0 to 5 stars.
   - MPRIS D-Bus interface support so it can easily controlled from music
     applets for example and many more.
+
+Package: guayadeque-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: guayadeque (= ${binary:Version}),
+ ${misc:Depends}
+Description: lightweight music player - debugging symbols
+ Guayadeque is a lightweight and easy-to-use music player that supports
+ smart playlists and huge music collections.
+ .
+ This package provides the debugging symbols for guayadeque.
diff --git a/debian/rules b/debian/rules
index 49fddb1..a84db41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ override_dh_auto_install:
 override_dh_installchangelogs:
 	dh_installchangelogs changelog
 
+override_dh_strip:
+	dh_strip --dbg-package=guayadeque-dbg
+
 get-orig-source:
 	cd $(DEBIAN_DIR)/.. && uscan --force-download --no-symlink
 	tar xf ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.bz2

-- 
guayadeque packaging



More information about the pkg-multimedia-commits mailing list