r34756 - in /packages/unstable/rhythmbox/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue May 8 21:40:56 UTC 2012


Author: biebl
Date: Tue May  8 21:40:56 2012
New Revision: 34756

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34756
Log:
Rhythmbox does not use the typical versioning scheme of GNOME
applications, so gnome:Version and gnome:NextVersion do not work as
intended and it even breaks binNMUs. As rhythmbox-data ships gsettings
schemas use a strict dependency instead.

Modified:
    packages/unstable/rhythmbox/debian/changelog
    packages/unstable/rhythmbox/debian/control
    packages/unstable/rhythmbox/debian/control.in

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=34756&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Tue May  8 21:40:56 2012
@@ -1,3 +1,12 @@
+rhythmbox (2.96-5) UNRELEASED; urgency=low
+
+  * Rhythmbox does not use the typical versioning scheme of GNOME
+    applications, so gnome:Version and gnome:NextVersion do not work as
+    intended and it even breaks binNMUs. As rhythmbox-data ships gsettings
+    schemas use a strict dependency instead.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 03 May 2012 00:56:50 +0200
+
 rhythmbox (2.96-4) unstable; urgency=low
 
   * Add Depends on python-gi to rhythmbox-plugins.

Modified: packages/unstable/rhythmbox/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/control?rev=34756&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/control [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/control [utf-8] Tue May  8 21:40:56 2012
@@ -74,8 +74,7 @@
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${python:Depends},
-         rhythmbox-data (>= ${gnome:Version}),
-         rhythmbox-data (<< ${gnome:NextVersion}),
+         rhythmbox-data (= ${source:Version}),
          librhythmbox-core5 (= ${binary:Version}),
          dbus,
          gstreamer0.10-plugins-base (>= 0.10.20),

Modified: packages/unstable/rhythmbox/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/control.in?rev=34756&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/control.in [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/control.in [utf-8] Tue May  8 21:40:56 2012
@@ -69,8 +69,7 @@
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${python:Depends},
-         rhythmbox-data (>= ${gnome:Version}),
-         rhythmbox-data (<< ${gnome:NextVersion}),
+         rhythmbox-data (= ${source:Version}),
          librhythmbox-core5 (= ${binary:Version}),
          dbus,
          gstreamer0.10-plugins-base (>= 0.10.20),




More information about the pkg-gnome-commits mailing list