[Pkg-cli-apps-commits] [banshee] 02/07: Disable meego interface

Chow Loong Jin hyperair at debian.org
Sat Dec 7 05:14:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch experimental
in repository banshee.

commit e667e091c250ed56d74c457911fa769186d92f02
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Mon Nov 25 03:08:08 2013 +0800

    Disable meego interface
    
    Doesn't compile, and nobody seems to use it.
---
 debian/banshee-meego.install |  4 ----
 debian/control               | 17 -----------------
 debian/rules                 |  8 +-------
 3 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/debian/banshee-meego.install b/debian/banshee-meego.install
deleted file mode 100644
index 20c7c62..0000000
--- a/debian/banshee-meego.install
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/lib/banshee/MeeGo.exe
-debian/tmp/usr/lib/banshee/Extensions/Banshee.MeeGo.dll*
-debian/tmp/usr/share/mutter-meego
-debian/tmp/usr/share/dbus-1/services/com.meego*
diff --git a/debian/control b/debian/control
index 5132e29..21ca03f 100644
--- a/debian/control
+++ b/debian/control
@@ -80,22 +80,6 @@ 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
@@ -126,4 +110,3 @@ Description: Media Management and Playback application (developer documentation)
  to a CD.
  .
  This package contains the developer documentation for Banshee.
-
diff --git a/debian/rules b/debian/rules
index 75f50ad..392eb71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ CONFFLAGS = \
 	--enable-daap \
 	--disable-remote-audio \
 	--disable-torrent \
-	--enable-meego \
+	--disable-meego \
 	--enable-gapless-playback \
 	--enable-webkit \
 	--enable-release \
@@ -72,7 +72,6 @@ override_dh_makeclilibs:
 
 override_dh_clideps:
 	dh_clideps					\
-		--exclude-moduleref=libmeego-panel	\
 		--exclude-moduleref=winmm		\
 		--exclude-moduleref=libbanshee		\
 		--exclude-moduleref=libbnpx11
@@ -84,11 +83,6 @@ override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	rm -f debian/tmp/usr/share/applications/mimeinfo.cache
 	dh_install
-	# Remove MeeGo stuff from banshee binary package
-	rm -r debian/banshee/usr/share/mutter-meego/ \
-	      debian/banshee/usr/lib/banshee/MeeGo.exe \
-	      debian/banshee/usr/lib/banshee/Extensions/Banshee.MeeGo.dll* \
-	      debian/banshee/usr/share/dbus-1/services/com.meego*
 ifeq ($(shell dpkg-vendor --query vendor), Ubuntu)
 	# Remove U1MS and Sound Menu stuff from banshee
 	rm -r debian/banshee/usr/lib/banshee/Extensions/Banshee.SoundMenu.* \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/banshee.git



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