[Pkg-cli-apps-commits] [SCM] banshee branch, experimental, updated. debian/1.7.0-1-7-g980f042

Iain Lane laney at ubuntu.com
Sat May 29 10:53:55 UTC 2010


The following commit has been merged in the experimental branch:
commit 980f042dca32c4c6b5809e040fd3844448ae11e8
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat May 29 11:18:48 2010 +0100

    Add new package banshee-meego containing the meego integration

diff --git a/debian/banshee-meego.install b/debian/banshee-meego.install
new file mode 100644
index 0000000..34a761d
--- /dev/null
+++ b/debian/banshee-meego.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/banshee-1/MeeGo.exe
+debian/tmp/usr/lib/banshee-1/Extensions/Banshee.MeeGo.dll*
diff --git a/debian/changelog b/debian/changelog
index a1e482f..ead5266 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 banshee (1.7.1-1) UNRELEASED; urgency=low
 
+  [ Chow Loong Jin ]
   * New upstream release:
     + New Features Since 1.7.0:
       - Improvements for Audiobooks support
@@ -21,6 +22,10 @@ banshee (1.7.1-1) UNRELEASED; urgency=low
   * debian/rules:
     + Enable Moblin integration (--enable-meego)
 
+  [ Iain Lane ]
+  * debian/(control, rules, banshee-meego.install):
+    + Add new package banshee-meego containing the Moblin integration.
+
  -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 27 May 2010 18:14:20 +0800
 
 banshee (1.7.0-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 0b407fe..0d3c8c4 100644
--- a/debian/control
+++ b/debian/control
@@ -66,6 +66,22 @@ Description: Media Management and Playback application
  and other media devices, play and manage video files and burn selections
  to a CD.
 
+Package: banshee-meego
+Architecture: any
+Depends: banshee (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${cli:Depends},
+         ${misc:Depends}
+Description: Media Management and Playback application - MeeGo extension
+ Banshee is a 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 Banshee's MeeGo interface, optimised for running on
+ small devices.
+
 Package: banshee-dbg
 Section: debug
 Priority: extra
diff --git a/debian/rules b/debian/rules
index ac7a9ef..3819405 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,5 +40,8 @@ override_dh_strip:
 override_dh_clistrip:
 	dh_clistrip --dbg-package=banshee-dbg
 
+override_dh_install:
+	dh_install
+	find debian/banshee -name "*MeeGo*" -delete
 %:
 	dh $@

-- 
banshee



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