r42129 - in /desktop/unstable/gnome-shell/debian: changelog control.in patches/41-handle-logind-fail.patch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat Aug 2 15:57:45 UTC 2014


Author: ah
Date: Sat Aug  2 15:57:45 2014
New Revision: 42129

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42129
Log:
* New upstream development release.
* Bump libmutter-1.0-dev (>= 3.13.1) according to configure.ac
* Fix debian/patches/41-handle-logind-fail.patch to apply again.
  - ck support dropped upstream, see gnome-shell/commit/?id=a244c1e98

Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/control.in
    desktop/unstable/gnome-shell/debian/patches/41-handle-logind-fail.patch

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=42129&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Sat Aug  2 15:57:45 2014
@@ -1,11 +1,18 @@
-gnome-shell (3.12.2-4) UNRELEASED; urgency=medium
-
+gnome-shell (3.13.1-1) experimental; urgency=medium
+
+  [ Emilio Pozuelo Monfort ]
   * debian/control.in:
     + Bump gir1.2-gnomebluetooth-1.0 dependency to 3.12, as
       gnome-bluetooth's API changed recently and gnome-shell
       uses the new API.
 
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 22 Jul 2014 23:37:07 +0200
+  [ Andreas Henriksson ]
+  * New upstream development release.
+  * Bump libmutter-1.0-dev (>= 3.13.1) according to configure.ac
+  * Fix debian/patches/41-handle-logind-fail.patch to apply again.
+    - ck support dropped upstream, see gnome-shell/commit/?id=a244c1e98
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 02 Aug 2014 17:05:48 +0200
 
 gnome-shell (3.12.2-3) unstable; urgency=medium
 

Modified: desktop/unstable/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control.in?rev=42129&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control.in	[utf-8] Sat Aug  2 15:57:45 2014
@@ -32,7 +32,7 @@
                libgstreamer1.0-dev (>= 0.11.92),
                libgtk-3-dev (>= 3.7.9),
                libibus-1.0-dev,
-               libmutter-dev (>= 3.12.1+thereal),
+               libmutter-dev (>= 3.13.1),
                libnm-glib-dev (>= 0.9.8) [linux-any],
                libnm-glib-vpn-dev (>= 0.9.8) [linux-any],
                libnm-gtk-dev (>= 0.9.8) [linux-any],

Modified: desktop/unstable/gnome-shell/debian/patches/41-handle-logind-fail.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/41-handle-logind-fail.patch?rev=42129&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/41-handle-logind-fail.patch	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/41-handle-logind-fail.patch	[utf-8] Sat Aug  2 15:57:45 2014
@@ -19,4 +19,4 @@
 +        if (haveSystemd() && GLib.getenv('XDG_SESSION_ID'))
              _loginManager = new LoginManagerSystemd();
          else
-             _loginManager = new LoginManagerConsoleKit();
+             _loginManager = new LoginManagerDummy();




More information about the pkg-gnome-commits mailing list