r45520 - in /desktop/unstable/gdm3/debian: changelog patches/92_systemd_unit.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 9 11:20:46 UTC 2015


Author: biebl
Date: Thu Jul  9 11:20:46 2015
New Revision: 45520

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45520
Log:
Systemd has been fixed in v222 to no longer kill services on reload if
BusName is set, so drop that part from 92_systemd_unit.patch.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=45520&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Thu Jul  9 11:20:46 2015
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * Refresh patches, drop patches which were merged upstream.
+  * Systemd has been fixed in v222 to no longer kill services on reload if
+    BusName is set, so drop that part from 92_systemd_unit.patch.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 09 Jul 2015 13:05:28 +0200
 

Modified: desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch?rev=45520&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch	[utf-8] Thu Jul  9 11:20:46 2015
@@ -1,8 +1,8 @@
 Index: gdm-3.14.2/data/gdm.service.in
 ===================================================================
---- gdm-3.14.2.orig/data/gdm.service.in	2015-07-09 13:08:55.990860974 +0200
-+++ gdm-3.14.2/data/gdm.service.in	2015-07-09 13:10:17.864673341 +0200
-@@ -20,13 +20,16 @@
+--- gdm-3.14.2.orig/data/gdm.service.in	2015-07-09 13:16:34.242136285 +0200
++++ gdm-3.14.2/data/gdm.service.in	2015-07-09 13:16:52.518630409 +0200
+@@ -20,13 +20,15 @@
  OnFailure=plymouth-quit.service
  
  [Service]
@@ -15,9 +15,7 @@
  Restart=always
 +RestartSec=1s
  IgnoreSIGPIPE=no
--BusName=org.gnome.DisplayManager
-+# GDM is killed upon reload if BusName is set, let us forget it for now
-+#BusName=org.gnome.DisplayManager
+ BusName=org.gnome.DisplayManager
  StandardOutput=syslog
  StandardError=inherit
  EnvironmentFile=- at LANG_CONFIG_FILE@




More information about the pkg-gnome-commits mailing list