[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.3+dfsg-4-6-g67bb3b0
Russ Allbery
rra at debian.org
Thu Feb 16 20:30:37 UTC 2012
The following commit has been merged in the master branch:
commit 3115204b9a74a72928968bb5e7186984d087f7d9
Author: Russ Allbery <rra at debian.org>
Date: Thu Feb 16 11:11:55 2012 -0800
Fix syntax error in update-rc.d invocation
* Fix syntax error in the update-rc.d invocation for shibd, which was
not visible on most Debian systems because of dependency-based boot.
Thanks to Evan Broder and Steve Langasek for pointing me in the right
direction. (LP: #884402)
diff --git a/debian/changelog b/debian/changelog
index 399bc18..76bf6d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
shibboleth-sp2 (2.4.3+dfsg-5) UNRELEASED; urgency=low
+ * Fix syntax error in the update-rc.d invocation for shibd, which was
+ not visible on most Debian systems because of dependency-based boot.
+ Thanks to Evan Broder and Steve Langasek for pointing me in the right
+ direction. (LP: #884402)
* Add PIE to the hardening flags for the shibd binary.
* Use memcached_last_error_message instead of the cached_errno member of
the memcached_st struct, since the latter was removed in 1.0. Thanks
diff --git a/debian/rules b/debian/rules
index 792e185..a375b2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ override_dh_installdocs:
fi
override_dh_installinit:
- dh_installinit --name=shibd -- start 20 2 3 4 5 . stop 20 .
+ dh_installinit --name=shibd -- start 20 2 3 4 5 .
override_dh_makeshlibs:
dh_makeshlibs -V'libshibsp5 (>= 2.4.3+dfsg-4~)' \
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list