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

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Oct 4 23:47:44 UTC 2017


Author: bigon
Date: Wed Oct  4 23:47:43 2017
New Revision: 54267

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54267
Log:
debian/patches/92_systemd_unit.patch: Reorder the ExecReload= directive to
regenerate the config files before reloading gdm itself

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=54267&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Wed Oct  4 23:47:43 2017
@@ -1,3 +1,10 @@
+gdm3 (3.26.1-3) UNRELEASED; urgency=medium
+
+  * debian/patches/92_systemd_unit.patch: Reorder the ExecReload= directive to
+    regenerate the config files before reloading gdm itself
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 05 Oct 2017 01:46:24 +0200
+
 gdm3 (3.26.1-2) unstable; urgency=medium
 
   * debian/rules: Explicitly pass --with-run-dir to the configure

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=54267&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] Wed Oct  4 23:47:43 2017
@@ -1,8 +1,6 @@
-Index: b/data/gdm.service.in
-===================================================================
 --- a/data/gdm.service.in
 +++ b/data/gdm.service.in
-@@ -20,15 +20,16 @@
+@@ -20,15 +20,16 @@ After=rc-local.service plymouth-start.se
  OnFailure=plymouth-quit.service
  
  [Service]
@@ -18,8 +16,8 @@
  StandardOutput=syslog
  StandardError=inherit
  EnvironmentFile=- at LANG_CONFIG_FILE@
++ExecReload=/usr/share/gdm/generate-config
  ExecReload=/bin/kill -SIGHUP $MAINPID
 -
 -[Install]
 -Alias=display-manager.service
-+ExecReload=/usr/share/gdm/generate-config




More information about the pkg-gnome-commits mailing list