[SCM] Debian packaging for the Shibboleth Apache SP branch, debian, updated. upstream/1.3.1.dfsg1-154-g657542e
Russ Allbery
rra at debian.org
Wed Oct 15 05:27:17 UTC 2008
The following commit has been merged in the debian branch:
commit 03b69cb9f09db67552fda22096aef048d1ab55a4
Author: Russ Allbery <rra at debian.org>
Date: Tue Oct 14 21:49:46 2008 -0700
Unlink the correct Apache configuration on package removal
diff --git a/debian/changelog b/debian/changelog
index c9567fc..a5285b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+shibboleth-sp (1.3.1.dfsg1-3) UNRELEASED; urgency=low
+
+ * Unlink the correct Apache configuration on package removal.
+
+ -- Russ Allbery <rra at debian.org> Tue, 14 Oct 2008 21:49:36 -0700
+
shibboleth-sp (1.3.1.dfsg1-2) unstable; urgency=low
* Remove old quilt patches to avoid confusing the new dpkg source
diff --git a/debian/libapache2-mod-shib.prerm b/debian/libapache2-mod-shib.prerm
index e7bd592..f7fef59 100644
--- a/debian/libapache2-mod-shib.prerm
+++ b/debian/libapache2-mod-shib.prerm
@@ -3,7 +3,7 @@
set -e
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
- a2dismod auth_shib || true
+ a2dismod shib || true
fi
#DEBHELPER#
--
Debian packaging for the Shibboleth Apache SP
More information about the Pkg-shibboleth-devel
mailing list