[cpp-sp] 12/25: Remove unnecessary dh_installinit parameters

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:46:55 EST 2018


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

scantor pushed a commit to annotated tag debian/2.5.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=1ce35f76602b6b72d8c38e2abfd21c0755e5bb5b

commit 1ce35f76602b6b72d8c38e2abfd21c0755e5bb5b
Author: Russ Allbery <rra at debian.org>
AuthorDate: 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list