[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.4.3-4-19-g1fa180b

Chow Loong Jin hyperair at gmail.com
Thu May 14 12:50:02 UTC 2009


The following commit has been merged in the master branch:
commit b643cd84829f8c905978c302b7ef1176299351b9
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Fri Apr 24 00:09:20 2009 +0800

    Add banshee-dbg package containing debug symbols

diff --git a/debian/changelog b/debian/changelog
index 171f888..6472632 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,11 +6,12 @@ banshee (1.4.3-5) UNRELEASED; urgency=low
     + Change order of gstreamer0.10-audiosink | gstreamer0.10-alsa
     + Transition to dh7
     + Use Quilt
+    + Add banshee-dbg package containing debug symbols
   * debian/patches/02_system-equalizer.patch,
     debian/patches/99_ltmain_as-needed.patch:
     + Prepend all paths with a/ to convert to p1 patch for Quilt
 
- -- Chow Loong Jin <hyperair at gmail.com>  Tue, 21 Apr 2009 21:40:17 +0800
+ -- Chow Loong Jin <hyperair at gmail.com>  Fri, 24 Apr 2009 00:08:44 +0800
 
 banshee (1.4.3-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1726ee8..5e10b77 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,8 @@ Recommends: gstreamer0.10-plugins-bad,
             brasero,
             avahi-daemon
 Suggests: gstreamer0.10-plugins-ugly,
-          gstreamer0.10-plugins-ffmpeg
+          gstreamer0.10-plugins-ffmpeg,
+          banshee-dbg (=${binary:Version})
 Description: Media Management and Playback application
  Banshee is an media management and playback application for the GNOME
  desktop, allowing users to import audio from CDs, search their library,
@@ -73,6 +74,21 @@ Description: Media Management and Playback application
  and other media devices, play and manage video files and burn selections
  to a CD.
 
+Package: banshee-dbg
+Architecture: any
+Depends: banshee (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${cli:Depends},
+         ${misc:Depends}
+Description: Media Management and Playback application (debug symbols)
+ Banshee is an media management and playback application for the GNOME
+ desktop, allowing users to import audio from CDs, search their library,
+ create playlists of selections of their library, sync music to/from iPods
+ and other media devices, play and manage video files and burn selections
+ to a CD.
+ .
+ This package contains the debugging symbols for Banshee.
+
 Package: monodoc-banshee-manual
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 50cb978..ac668c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,13 @@ override_dh_clideps:
 # disable tests
 override_dh_auto_test:
 
+# dump debugging symbols in banshee-dbg
+override_dh_strip:
+	dh_strip --dbg-package=banshee-dbg
+
+override_dh_clistrip:
+	dh_clistrip --dbg-package=banshee-dbg
+
 %:
 	dh $@
 

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list