Merge lp:~dobey/ubuntu/precise/banshee/drop-u1ms into lp:ubuntu/precise/banshee

Proposed by dobey
Status: Merged
Merged at revision: 131
Proposed branch: lp:~dobey/ubuntu/precise/banshee/drop-u1ms
Merge into: lp:ubuntu/precise/banshee
Diff against target: 87 lines (+9/-23)
4 files modified
debian/banshee-extension-ubuntuonemusicstore.install (+0/-1)
debian/changelog (+7/-0)
debian/control (+0/-19)
debian/rules (+2/-3)
To merge this branch: bzr merge lp:~dobey/ubuntu/precise/banshee/drop-u1ms
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+91713@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

Are you going to get it removed upstream?

Revision history for this message
dobey (dobey) wrote :

Yes, I've already started some work to pull the code out into a separate project; though got sidetracked needint to finish other work first. I'll get that done soon though.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'debian/banshee-extension-ubuntuonemusicstore.install'
2--- debian/banshee-extension-ubuntuonemusicstore.install 2011-03-29 08:16:04 +0000
3+++ debian/banshee-extension-ubuntuonemusicstore.install 1970-01-01 00:00:00 +0000
4@@ -1,1 +0,0 @@
5-/usr/lib/banshee/Extensions/Banshee.UbuntuOneMusicStore.*
6
7=== modified file 'debian/changelog'
8--- debian/changelog 2012-01-23 23:16:49 +0000
9+++ debian/changelog 2012-02-06 20:15:30 +0000
10@@ -1,3 +1,10 @@
11+banshee (2.3.4.ds-1ubuntu2) precise; urgency=low
12+
13+ * Disable Ubuntu One extension, as it requires gtk3 now and the mono
14+ bindings have been removed.
15+
16+ -- Rodney Dawes <rodney.dawes@ubuntu.com> Mon, 06 Feb 2012 13:48:57 -0500
17+
18 banshee (2.3.4.ds-1ubuntu1) precise; urgency=low
19
20 * Merge from Debian Experimental, remaining changes:
21
22=== modified file 'debian/control'
23--- debian/control 2012-01-23 23:16:49 +0000
24+++ debian/control 2012-02-06 20:15:30 +0000
25@@ -25,7 +25,6 @@
26 libgio2.0-cil-dev (>= 2.22.3-1~),
27 libgtk-sharp-beans2.0-cil-dev (>= 2.8),
28 libgpod-cil-dev (>= 0.8.2),
29- libubuntuone1.0-cil-dev (>= 0.9.2),
30 libwebkitgtk-dev (>= 1.2.2) | libwebkit-dev (>= 1.2.2),
31 libsoup2.4-dev (>= 2.26),
32 libsoup-gnome2.4-dev (>= 2.26),
33@@ -67,7 +66,6 @@
34 Suggests: gstreamer0.10-plugins-bad,
35 gstreamer0.10-plugins-ugly,
36 gstreamer0.10-ffmpeg,
37- banshee-extension-ubuntuonemusicstore (=${binary:Version}),
38 banshee-dbg (=${binary:Version})
39 Provides: banshee-api-${banshee:API},
40 banshee-asm-${banshee:ASM}
41@@ -95,23 +93,6 @@
42 .
43 This package contains Banshee's support for the Sound Menu
44
45-Package: banshee-extension-ubuntuonemusicstore
46-Architecture: any
47-Depends: banshee (>= ${source:Upstream-Version}),
48- ${cli:Depends},
49- ${shlibs:Depends},
50- ${misc:Depends},
51- libubuntuone1.0-cil (>= 0.9.2)
52-Enhances: banshee
53-Description: Media Management and Playback application - U1MS extension
54- Banshee is a media management and playback application for the GNOME
55- desktop, allowing users to import audio from CDs, search their library,
56- create playlists of selections of their library, sync music to/from iPods
57- and other media devices, play and manage video files and burn selections
58- to a CD.
59- .
60- This package contains Banshee's support for the Ubuntu One Music Store
61-
62 Package: banshee-meego
63 Architecture: any
64 Depends: banshee (= ${binary:Version}),
65
66=== modified file 'debian/rules'
67--- debian/rules 2011-09-21 13:54:50 +0000
68+++ debian/rules 2012-02-06 20:15:30 +0000
69@@ -37,7 +37,7 @@
70 --disable-boo \
71 --disable-karma \
72 --enable-soundmenu \
73- --enable-ubuntuone
74+ --disable-ubuntuone
75 else
76 CONFFLAGS += \
77 --enable-boo \
78@@ -82,8 +82,7 @@
79 debian/banshee/usr/share/dbus-1/services/com.meego*
80 ifeq ($(shell dpkg-vendor --query vendor), Ubuntu)
81 # Remove U1MS and Sound Menu stuff from banshee
82- rm -r debian/banshee/usr/lib/banshee/Extensions/Banshee.SoundMenu.* \
83- debian/banshee/usr/lib/banshee/Extensions/Banshee.UbuntuOneMusicStore.*
84+ rm -r debian/banshee/usr/lib/banshee/Extensions/Banshee.SoundMenu.*
85 cd po; intltool-update --pot
86
87 for d in $$(find debian/ -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \

Subscribers

People subscribed via source and target branches

to all changes: