[Pkg-cli-apps-commits] [SCM] banshee branch, ubuntu/maverick, updated. debian/1.7.3-2ubuntu2-15-g2577c6a
Chow Loong Jin
hyperair at ubuntu.com
Fri Aug 13 02:56:30 UTC 2010
The following commit has been merged in the ubuntu/maverick branch:
commit 7cc48694ced3489d2be2c3a5190bbaac1baeb037
Merge: bbcfce9bd7bf0c3c94e4bf448544c86e01eb4c14 24fcf17470fa45c50d7ad7b1d07deac09e751dde
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date: Fri Aug 13 00:35:04 2010 +0800
Merge branch 'experimental' into ubuntu/maverick
Conflicts:
debian/banshee-meego.install
debian/patches/series
debian/rules
diff --combined debian/banshee-meego.install
index e0b55d0,74bfcfe..752ed38
--- a/debian/banshee-meego.install
+++ b/debian/banshee-meego.install
@@@ -1,4 -1,4 +1,4 @@@
debian/tmp/usr/lib/banshee-1/MeeGo.exe
debian/tmp/usr/lib/banshee-1/Extensions/Banshee.MeeGo.dll*
- debian/tmp/usr/share/mutter-moblin/panels/banshee-1.desktop usr/share/une/applications
- debian/tmp/usr/share/dbus-1/services/org.moblin*
-debian/tmp/usr/share/mutter-meego
++debian/tmp/usr/share/mutter-meego/panels/banshee-1.desktop usr/share/une/applications
+ debian/tmp/usr/share/dbus-1/services/com.meego*
diff --combined debian/changelog
index 29d25b2,b01c1b1..5079ab5
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,34 -1,35 +1,66 @@@
+ banshee (1.7.4-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ + New Features:
+ - User manual available via Help » Contents menu and F1
+ + Enhancements/API Additions:
+ - Duplicate Genre solver in Metadata Fixup extension
+ - Support for Amazon MP3 purchases containing PDFs and videos
+ - Improved Metadata Fixup support for non-English languages
+ + Bugs Fixed:
+ - Fix notification icon transparency (LP: #403135)
+ - Fix glitchy search entry
+ - Better handling of non-US Amazon stores
+ - Fix scrolling Extensions list with keyboard
+ - Fix .amz mime file conflict with official downloader (LP: #609750)
+ - Fix issue that could block song scrobbling
+ - Fix subscribing to certain podcasts (eg podbean.com)
+ - Fix URIs of tracks synced to iPods
+ - Fix a pipeline deadlock evident on MeeGo
+ * debian/patches:
+ + Drop 01_fix-icon-transparency.patch
+ + Drop 02_fix-configure.patch
+ * debian/control:
+ + No change Standards-Version bump from 3.9.0 to 3.9.1
+ + Add Breaks: banshee-extensions-common (<< 1.6.1-2.) due to ABI break
+ * debian/(banshee-meego.install, rules):
+ + Change meego paths to match upstream
+ * debian/rules:
+ + Drop everything but packages/ in /usr/share/mime (Thanks Loic Minier)
+
+ -- Chow Loong Jin <hyperair at ubuntu.com> Fri, 13 Aug 2010 00:30:24 +0800
+
+banshee (1.7.3-2ubuntu2) maverick; urgency=low
+
+ * banshee shipped a generated MIME database (/usr/share/mime/*) breaking the
+ system one. Change debian/rules to delete everything below
+ debian/tmp/usr/share/mime/ except "packages" before dh_install.
+ * Minor syntax tweaks to rules.
+
+ -- Loïc Minier <loic.minier at ubuntu.com> Thu, 05 Aug 2010 00:49:55 -0400
+
+banshee (1.7.3-2ubuntu1) maverick; urgency=low
+
+ * Merge from Debian Experimental, remaining changes:
+ + debian/patches:
+ - 01_Debranch-netbook-interface.patch: Debrand the netbook interface
+ - 02_only-show-netbook-panel-on-request.patch: Only show netbook
+ interface on --client=Meego and start traditional interface
+ otherwise
+ - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit
+ shutdown request only
+ - 04_enable-switching-between-the-2-interfaces.patch: Enable
+ switching between netbook and traditional interfaces.
+ - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint
+ when starting for the first time with an empty library.
+ - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface
+ - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default
+ - 08_remove_unrelevant_media.patch: Don't show "media" in netbook
+ interface as this is irrelevant on non-Meego interfaces
+ + debian/banshee-meego.install: Install desktop file for Banshee netbook interface
+
+ -- Chow Loong Jin <hyperair at ubuntu.com> Mon, 26 Jul 2010 00:32:41 +0800
+
banshee (1.7.3-2) experimental; urgency=low
* debian/control: Add libsoup{,-gnome}2.4-dev build-deps which were
@@@ -36,28 -37,6 +68,28 @@@
-- Chow Loong Jin <hyperair at ubuntu.com> Sat, 24 Jul 2010 04:44:30 +0800
+banshee (1.7.3-1ubuntu1) maverick; urgency=low
+
+ * Merge from Debian Experimental, remaining changes:
+ + debian/patches:
+ - 01_Debranch-netbook-interface.patch: Debrand the netbook interface
+ - 02_only-show-netbook-panel-on-request.patch: Only show netbook
+ interface on --client=Meego and start traditional interface
+ otherwise
+ - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit
+ shutdown request only
+ - 04_enable-switching-between-the-2-interfaces.patch: Enable
+ switching between netbook and traditional interfaces.
+ - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint
+ when starting for the first time with an empty library.
+ - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface
+ - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default
+ - 08_remove_unrelevant_media.patch: Don't show "media" in netbook
+ interface as this is irrelevant on non-Meego interfaces
+ + debian/banshee-meego.install: Install desktop file for Banshee netbook interface
+
+ -- Chow Loong Jin <hyperair at ubuntu.com> Fri, 23 Jul 2010 19:16:11 +0800
+
banshee (1.7.3-1) experimental; urgency=low
* New upstream release:
@@@ -109,44 -88,6 +141,44 @@@
-- Chow Loong Jin <hyperair at ubuntu.com> Thu, 22 Jul 2010 19:07:31 +0800
+banshee (1.7.2-1ubuntu3) maverick; urgency=low
+
+ * debian/patches/06_add-meego-desktop-file.patch,
+ debian/banshee-meego.install:
+ - desktop file is now called banshee-1 and installed
+ in usr/share/une/applications/ to show the une desktop file in UNE
+ session only
+
+ -- Didier Roche <didrocks at ubuntu.com> Tue, 20 Jul 2010 12:23:28 +0200
+
+banshee (1.7.2-1ubuntu2) maverick; urgency=low
+
+ * add debian/patches/08_remove_unrelevant_media.patch:
+ Don't show "media" in netbook interface as this is unrelevant on non
+ meego interface (LP: #602759)
+
+ -- Didier Roche <didrocks at ubuntu.com> Mon, 12 Jul 2010 18:39:36 +0200
+
+banshee (1.7.2-1ubuntu1) maverick; urgency=low
+
+ * Merge from Debian Experimental, remaining changes:
+ + debian/patches:
+ - 01_Debranch-netbook-interface.patch: Debrand the netbook interface
+ - 02_only-show-netbook-panel-on-request.patch: Only show netbook
+ interface on --client=Meego and start traditional interface
+ otherwise
+ - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit
+ shutdown request only
+ - 04_enable-switching-between-the-2-interfaces.patch: Enable
+ switching between netbook and traditional interfaces.
+ - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint
+ when starting for the first time with an empty library.
+ - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface
+ - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default
+ + debian/banshee-meego.install: Install desktop file for Banshee netbook interface
+
+ -- Chow Loong Jin <hyperair at ubuntu.com> Wed, 07 Jul 2010 15:54:29 +0800
+
banshee (1.7.2-1) experimental; urgency=low
[ Iain Lane ]
@@@ -197,30 -138,6 +229,30 @@@
-- Chow Loong Jin <hyperair at ubuntu.com> Fri, 02 Jul 2010 02:21:03 +0800
+banshee (1.7.1-1ubuntu1) maverick; urgency=low
+
+ * Enhance netbook interface:
+ - debian/patches/01_Debranch-netbook-interface.patch
+ debrand the netbook interface to "Netbook"
+ - debian/patches/02_only-show-netbook-panel-on-request.patch:
+ only show netbook inteface on --client=Meego and start traditional
+ interface otherwise
+ - debian/patches/03_quit-only-on-explicit-shutdown-request.patch:
+ quit on explicit shutdown request only
+ - debian/patches/04_enable-switching-between-the-2-interfaces.patch:
+ switch back and forth beetween the 2 interfaces, even if traditional
+ interface started. Also, have only one interface shown at a time
+ - debian/patches/05_show-a-empty-library-message-in-banshee.patch:
+ show an empty hint when starting the first time and having no library
+ imported (Bertrand Lorentz and Alex Launi)
+ - debian/patches/06_add-meego-desktop-file.patch:
+ add desktop file to start the netbook interface
+ * debian/patches/07_enable-library-watch-by-default.patch:
+ enable library watcher
+ * debian/banshee-meego.install: install the new deskop file
+
+ -- Didier Roche <didrocks at ubuntu.com> Mon, 05 Jul 2010 15:19:53 +0200
+
banshee (1.7.1-1) experimental; urgency=low
[ Chow Loong Jin ]
diff --combined debian/control
index b924201,9c7295e..604ba8a
--- a/debian/control
+++ b/debian/control
@@@ -1,8 -1,7 +1,8 @@@
Source: banshee
Section: sound
Priority: optional
-Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo at debian.org>, Chow Loong Jin <hyperair at ubuntu.com>
Build-Depends: debhelper (>= 7.0.50),
autotools-dev,
@@@ -41,7 -40,7 +41,7 @@@
libgstreamer0.10-dev (>= 0.10.12),
libgstreamer-plugins-base0.10-dev (>= 0.10.25.2),
gnome-doc-utils (>= 0.17.3)
- Standards-Version: 3.9.0
+ Standards-Version: 3.9.1
Homepage: http://www.banshee.fm
Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/banshee.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/banshee.git
@@@ -63,6 -62,7 +63,7 @@@ Recommends: gstreamer0.10-plugins-bad
Suggests: gstreamer0.10-plugins-ugly,
gstreamer0.10-ffmpeg,
banshee-dbg (=${binary:Version})
+ Breaks: banshee-extensions-common (<< 1.6.1-2.)
Description: Media Management and Playback application
Banshee is a media management and playback application for the GNOME
desktop, allowing users to import audio from CDs, search their library,
diff --combined debian/patches/series
index aa50eef,2497acb..e343e61
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,11 -1,1 +1,9 @@@
+01_Debranch-netbook-interface.patch
+02_only-show-netbook-panel-on-request.patch
+03_quit-only-on-explicit-shutdown-request.patch
+04_enable-switching-between-the-2-interfaces.patch
+05_show-a-empty-library-message-in-banshee.patch
+06_add-meego-desktop-file.patch
+07_enable-library-watch-by-default.patch
+08_remove_unrelevant_media.patch
- 01_fix-icon-transparency.patch
- 02_fix-configure.patch
99_ltmain_as-needed.patch
--
banshee
More information about the Pkg-cli-apps-commits
mailing list