r51473 - in /desktop/unstable/gdm3/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Oct 16 22:09:25 UTC 2016


Author: biebl
Date: Sun Oct 16 22:09:25 2016
New Revision: 51473

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51473
Log:
Completely disable the dh-systemd addon via --without systemd. We use
debconf and custom maintainer scripts to enable/disable and
start/stop/reload the gdm service.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/rules

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=51473&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Sun Oct 16 22:09:25 2016
@@ -8,6 +8,9 @@
   * Stop passing start and stop runlevels to update-rc.d. Those are no longer
     supported with dependency based boot.
   * Do not hard-code path for deluser/delgroup.
+  * Completely disable the dh-systemd addon via --without systemd. We use
+    debconf and custom maintainer scripts to enable/disable and
+    start/stop/reload the gdm service.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 22 Sep 2016 15:03:20 +0200
 

Modified: desktop/unstable/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/rules?rev=51473&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/rules	[utf-8] Sun Oct 16 22:09:25 2016
@@ -41,7 +41,7 @@
 		| sed -e 's/debian:://' >$@
 
 %:
-	dh $@ --with gnome,gir
+	dh $@ --with gnome,gir --without systemd
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
@@ -92,14 +92,6 @@
 override_dh_installinit:
 	dh_installinit --noscripts
 
-override_dh_systemd_enable:
-	dh_systemd_enable -p gdm3 --no-act
-	dh_systemd_enable --remaining-packages
-
-override_dh_systemd_start:
-	dh_systemd_start -p gdm3 --no-act
-	dh_systemd_start --remaining-packages
-
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f $(MANPAGES)




More information about the pkg-gnome-commits mailing list