r49209 - in /desktop/unstable/gnome-shell/debian: changelog patches/0001-st-Init-framebuffer-early-to-fix-gnome-shell-crash-o.patch patches/27-nm-libexec-path.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jun 30 18:20:46 UTC 2016


Author: biebl
Date: Thu Jun 30 18:20:46 2016
New Revision: 49209

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49209
Log:
Refresh patches.

Removed:
    desktop/unstable/gnome-shell/debian/patches/0001-st-Init-framebuffer-early-to-fix-gnome-shell-crash-o.patch
Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/patches/27-nm-libexec-path.patch
    desktop/unstable/gnome-shell/debian/patches/series

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=49209&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Thu Jun 30 18:20:46 2016
@@ -5,6 +5,7 @@
 
   [ Michael Biebl ]
   * New upstream release.
+  * Refresh patches.
 
  -- Laurent Bigonville <bigon at debian.org>  Mon, 13 Jun 2016 15:33:36 +0200
 

Modified: desktop/unstable/gnome-shell/debian/patches/27-nm-libexec-path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/27-nm-libexec-path.patch?rev=49209&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/27-nm-libexec-path.patch	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/27-nm-libexec-path.patch	[utf-8] Thu Jun 30 18:20:46 2016
@@ -2,10 +2,10 @@
 Author: Laurent Bigonville <bigon at debian.org>
 Forwarded: not-needed
 
-Index: gnome-shell-3.16.2/js/ui/components/networkAgent.js
+Index: gnome-shell-3.20.3/js/ui/components/networkAgent.js
 ===================================================================
---- gnome-shell-3.16.2.orig/js/ui/components/networkAgent.js	2015-06-15 20:46:20.285766160 +0200
-+++ gnome-shell-3.16.2/js/ui/components/networkAgent.js	2015-06-15 20:46:20.281766245 +0200
+--- gnome-shell-3.20.3.orig/js/ui/components/networkAgent.js	2016-06-30 20:19:11.989057157 +0200
++++ gnome-shell-3.20.3/js/ui/components/networkAgent.js	2016-06-30 20:19:11.985057275 +0200
 @@ -793,7 +793,7 @@
  
                      let path = binary;
@@ -14,4 +14,4 @@
 +                        path = GLib.build_filenamev(['/usr/lib/NetworkManager', path]);
                      }
  
-                     if (GLib.file_test(path, GLib.FileTest.IS_EXECUTABLE))
+                     if (GLib.file_test(path, GLib.FileTest.IS_EXECUTABLE)) {

Modified: desktop/unstable/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/series?rev=49209&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/series	[utf-8] Thu Jun 30 18:20:46 2016
@@ -1,4 +1,3 @@
 27-nm-libexec-path.patch
 #30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch
 41-handle-logind-fail.patch
-0001-st-Init-framebuffer-early-to-fix-gnome-shell-crash-o.patch




More information about the pkg-gnome-commits mailing list