[shibboleth-sp2] 04/12: Remove unnecessary dh_installinit parameters

Russ Allbery rra at stanford.edu
Mon Mar 17 08:20:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

rra pushed a commit to branch master
in repository shibboleth-sp2.

commit 1ce35f76602b6b72d8c38e2abfd21c0755e5bb5b
Author: Russ Allbery <rra at debian.org>
Date:   Sun Mar 16 16:07:30 2014 -0700

    Remove unnecessary dh_installinit parameters
    
    * Remove unnecessary dh_installinit parameters.  update-rc.d now uses
      LSB headers exclusively and no longer pays attention to any runlevel
      information on the command line.
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d00cc85..48ea4ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,9 @@ shibboleth-sp2 (2.5.3+dfsg-1) UNRELEASED; urgency=medium
     against this approach since this file is apparently not just a
     straight copy of jQuery.
   * Remove the now-unnecessary dh_builddeb override to use xz compression.
+  * Remove unnecessary dh_installinit parameters.  update-rc.d now uses
+    LSB headers exclusively and no longer pays attention to any runlevel
+    information on the command line.
   * Update standards version to 3.9.5 (no changes required).
 
  -- Russ Allbery <rra at debian.org>  Sat, 17 Aug 2013 14:36:09 -0700
diff --git a/debian/rules b/debian/rules
index 1654a54..84ccce1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,7 @@ override_dh_installdocs:
 	dh_installdocs -A doc/NOTICE.txt
 
 override_dh_installinit:
-	dh_installinit --name=shibd -- start 20 2 3 4 5 .
+	dh_installinit --name=shibd
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/$(DEB_HOST_MULTIARCH)/shibboleth

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list