r51471 - in /desktop/unstable/gdm3/debian: changelog gdm3.postinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Oct 16 21:03:42 UTC 2016


Author: biebl
Date: Sun Oct 16 21:03:42 2016
New Revision: 51471

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51471
Log:
Stop passing start and stop runlevels to update-rc.d. Those are no longer
supported with dependency based boot.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/gdm3.postinst

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=51471&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Sun Oct 16 21:03:42 2016
@@ -5,6 +5,8 @@
   * Strip debian/tmp/ from .install files.
   * Bump debhelper compat level to 10.
   * Remove migration code from pre-wheezy.
+  * Stop passing start and stop runlevels to update-rc.d. Those are no longer
+    supported with dependency based boot.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 22 Sep 2016 15:03:20 +0200
 

Modified: desktop/unstable/gdm3/debian/gdm3.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/gdm3.postinst?rev=51471&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/gdm3.postinst	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/gdm3.postinst	[utf-8] Sun Oct 16 21:03:42 2016
@@ -58,10 +58,6 @@
   fi
 fi
 
-# update-rc.d levels
-S=30
-K=01
-
 if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl "3.12.1" \
 	&& [ -d /var/lib/gdm3 ]; then
   # Remove old autogenerated dconf settings
@@ -93,6 +89,6 @@
 #DEBHELPER#
 
 if [ -x /etc/init.d/gdm3 ]; then
-  update-rc.d gdm3 defaults $S $K >/dev/null 2>&1
+  update-rc.d gdm3 defaults >/dev/null 2>&1
   invoke-rc.d gdm3 reload || true
 fi




More information about the pkg-gnome-commits mailing list