[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.2+dfsg-1-21-gf016e47

Russ Allbery rra at debian.org
Tue Jul 26 00:38:12 UTC 2011


The following commit has been merged in the master branch:
commit a567c512040920ac77afc42872c339bc8697e74a
Author: Russ Allbery <rra at debian.org>
Date:   Mon Jul 25 16:38:58 2011 -0700

    Tell update-rc.d to not install stop links for the shibd init script
    
    * Change update-rc.d invocation for the shibd init script to use the
      same run levels as the LSB headers, removing a warning during package
      installation.

diff --git a/debian/changelog b/debian/changelog
index 959ce6f..a9c4969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ shibboleth-sp2 (2.4.3+dfsg-1) UNRELEASED; urgency=low
     - Fix calculation of time interval when maxTimeSinceAuthn is used and
       IdP time is ahead of SP time
     - Improve the IdP example metadata
+  * Change update-rc.d invocation for the shibd init script to use the
+    same run levels as the LSB headers, removing a warning during package
+    installation.
   * Update debian/watch and debian/rules for the new upstream distribution
     location.
 
diff --git a/debian/rules b/debian/rules
index d5d1160..45aab72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ override_dh_installdocs:
 	fi
 
 override_dh_installinit:
-	dh_installinit --name=shibd
+	dh_installinit --name=shibd -- start 20 2 3 4 5 . stop 20 .
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/shibboleth

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list