r53560 - in /desktop/experimental/gnome-settings-daemon/debian: changelog control control.in gnome-settings-daemon.install gnome-settings-daemon.maintscript patches/ watch

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Thu Sep 7 10:57:22 UTC 2017


Author: smcv
Date: Thu Sep  7 10:57:22 2017
New Revision: 53560

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53560
Log:
New upstream release

* New upstream release
* Orientation and xrandr plugins have been moved to mutter
  - Bump Breaks for gnome-session that shipped files with those plugins
    as RequiredComponents
* debian/gnome-settings-daemon.maintscript:
  - Remove obsolete autostart files for Orientation and XRANDR plugins
* debian/watch: Watch for development versions
* Bump GLib build-dependency
* Do not try to install usr/share/icons, no longer provided
* Add Breaks on pre-3.25 GNOME Shell and GNOME Control Center for
  lockstep upgrade, since functionality has moved around
* d/p/04_superP.patch: Drop, this functionality is no longer in g-s-d

Removed:
    desktop/experimental/gnome-settings-daemon/debian/patches/
Modified:
    desktop/experimental/gnome-settings-daemon/debian/changelog
    desktop/experimental/gnome-settings-daemon/debian/control
    desktop/experimental/gnome-settings-daemon/debian/control.in
    desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install
    desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.maintscript
    desktop/experimental/gnome-settings-daemon/debian/watch

Modified: desktop/experimental/gnome-settings-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/changelog?rev=53560&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/changelog	[utf-8] Thu Sep  7 10:57:22 2017
@@ -1,8 +1,26 @@
-gnome-settings-daemon (3.24.3-2) UNRELEASED; urgency=medium
-
+gnome-settings-daemon (3.25.92-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+  [ Laurent Bigonville ]
   * debian/rules: Make tests failures fatal on s390x again, the tests were
     failing because hwdb files included in udev package were not installed,
     adding a build-dependency against udev fixed the failure.
+
+  [ Jeremy Bicha ]
+  * Orientation and xrandr plugins have been moved to mutter
+    - Bump Breaks for gnome-session that shipped files with those plugins
+      as RequiredComponents
+  * debian/gnome-settings-daemon.maintscript:
+    - Remove obsolete autostart files for Orientation and XRANDR plugins
+
+  [ Simon McVittie ]
+  * debian/watch: Watch for development versions
+  * Bump GLib build-dependency
+  * Do not try to install usr/share/icons, no longer provided
+  * Add Breaks on pre-3.25 GNOME Shell and GNOME Control Center for
+    lockstep upgrade, since functionality has moved around
+  * d/p/04_superP.patch: Drop, this functionality is no longer in g-s-d
 
  -- Laurent Bigonville <bigon at debian.org>  Mon, 07 Aug 2017 16:18:33 +0200
 

Modified: desktop/experimental/gnome-settings-daemon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/control?rev=53560&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/control	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/control	[utf-8] Thu Sep  7 10:57:22 2017
@@ -6,14 +6,14 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at ubuntu.com>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
                gtk-doc-tools,
                dh-exec,
                intltool (>= 0.37.1),
                libasound2-dev [linux-any],
-               libglib2.0-dev (>= 2.44.0),
+               libglib2.0-dev (>= 2.53.0),
                libgtk-3-dev (>= 3.16),
                libnm-dev (>= 1.0) [linux-any],
                libnotify-dev (>= 0.7.3),
@@ -52,6 +52,10 @@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-settings-daemon/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-settings-daemon/
 
+# TODO: budgie-core detects gnome-settings-daemon version at build time,
+# so when we go to unstable, it should be updated to B-D on
+# gnome-settings-daemon (>= 3.25.4), then this Breaks should be updated
+# to the first version that did so
 Package: gnome-settings-daemon
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -63,14 +67,14 @@
 Recommends: pulseaudio,
             iio-sensor-proxy
 Breaks: afterstep (<< 2.2.12-10.1~),
-        budgie-core (<< 10.3.1-4~),
+        budgie-core (<< 10.4~),
         cairo-dock (<< 3.4.1-1.1~),
         gdm3 (<< 3.24),
-        gnome-control-center (<< 1:3.15.4),
+        gnome-control-center (<< 1:3.25.91),
         gnome-initial-setup (<< 3.24),
-        gnome-session (<< 3.24),
+        gnome-session (<< 3.25.4),
         gnome-session-flashback (<< 3.24),
-        gnome-shell (<< 3.13.92),
+        gnome-shell (<< 3.25.91),
         gnome-shell-extensions (<< 3.22.2-2~),
         openbox-gnome-session (<< 3.6.1-4.1~),
         xmonad (<< 0.13-5~)

Modified: desktop/experimental/gnome-settings-daemon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/control.in?rev=53560&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/control.in	[utf-8] Thu Sep  7 10:57:22 2017
@@ -9,7 +9,7 @@
                dh-exec,
                intltool (>= 0.37.1),
                libasound2-dev [linux-any],
-               libglib2.0-dev (>= 2.44.0),
+               libglib2.0-dev (>= 2.53.0),
                libgtk-3-dev (>= 3.16),
                libnm-dev (>= 1.0) [linux-any],
                libnotify-dev (>= 0.7.3),
@@ -48,6 +48,10 @@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-settings-daemon/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-settings-daemon/
 
+# TODO: budgie-core detects gnome-settings-daemon version at build time,
+# so when we go to unstable, it should be updated to B-D on
+# gnome-settings-daemon (>= 3.25.4), then this Breaks should be updated
+# to the first version that did so
 Package: gnome-settings-daemon
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -59,14 +63,14 @@
 Recommends: pulseaudio,
             iio-sensor-proxy
 Breaks: afterstep (<< 2.2.12-10.1~),
-        budgie-core (<< 10.3.1-4~),
+        budgie-core (<< 10.4~),
         cairo-dock (<< 3.4.1-1.1~),
         gdm3 (<< 3.24),
-        gnome-control-center (<< 1:3.15.4),
+        gnome-control-center (<< 1:3.25.91),
         gnome-initial-setup (<< 3.24),
-        gnome-session (<< 3.24),
+        gnome-session (<< 3.25.4),
         gnome-session-flashback (<< 3.24),
-        gnome-shell (<< 3.13.92),
+        gnome-shell (<< 3.25.91),
         gnome-shell-extensions (<< 3.22.2-2~),
         openbox-gnome-session (<< 3.6.1-4.1~),
         xmonad (<< 0.13-5~)

Modified: desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install?rev=53560&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install	[utf-8] Thu Sep  7 10:57:22 2017
@@ -1,7 +1,6 @@
 #!/usr/bin/dh-exec
 etc/xdg/autostart
 usr/lib/gnome-settings-daemon*
-usr/share/icons
 usr/share/locale
 usr/share/gnome-settings-daemon
 usr/share/GConf

Modified: desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.maintscript
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.maintscript?rev=53560&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.maintscript	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.maintscript	[utf-8] Thu Sep  7 10:57:22 2017
@@ -1,2 +1,4 @@
 rm_conffile /etc/dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf 3.8.2-2~ gnome-settings-daemon
 rm_conffile /etc/xdg/autostart/gnome-settings-daemon.desktop 3.24.2-1~ gnome-settings-daemon
+rm_conffile /etc/xdg/autostart/org.gnome.SettingsDaemon.XRANDR.desktop 3.25.92-1~ gnome-settings-daemon
+rm_conffile /etc/xdg/autostart/org.gnome.SettingsDaemon.Orientation.desktop 3.25.92-1~ gnome-settings-daemon

Modified: desktop/experimental/gnome-settings-daemon/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/watch?rev=53560&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/watch	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/watch	[utf-8] Thu Sep  7 10:57:22 2017
@@ -1,3 +1,3 @@
 version=4
-https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \
+https://download.gnome.org/sources/@PACKAGE@/([\d\.]+)/ \
 	@PACKAGE@@ANY_VERSION@\.tar\.xz




More information about the pkg-gnome-commits mailing list