[cpp-sp] 01/12: Rename debian/shib.load to debian/shib2.load
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:41:08 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.dfsg1-4
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=384bd3a5e9aa4ecbf879a56f9c59a9610f40dd45
commit 384bd3a5e9aa4ecbf879a56f9c59a9610f40dd45
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Thu Oct 9 19:08:04 2008 +0200
Rename debian/shib.load to debian/shib2.load
This is necessary to avoid clashing with the libapache2-mod-shib
package. Otherwise its Apache config file breaks our module,
because libapache2-mod-shib2 doesn't have any shib.conf, and the
old version is left in place on package removal (unless purged),
so a2enmod reintroduces it.
---
debian/changelog | 8 ++++++++
debian/libapache2-mod-shib2.install | 2 +-
debian/{shib.load => shib2.load} | 0
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2a2a740..701d8df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+shibboleth-sp2 (2.0.dfsg1-4) UNRELEASED; urgency=low
+
+ * Rename debian/shib.load to debian/shib2.load to avoid clashing with the
+ libapache2-mod-shib package. Otherwise its Apache config file breaks our
+ module.
+
+ -- Ferenc Wagner <wferi at niif.hu> Thu, 09 Oct 2008 19:05:09 +0200
+
shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
[ Ferenc Wagner ]
diff --git a/debian/libapache2-mod-shib2.install b/debian/libapache2-mod-shib2.install
index 4e943b8..b2026ba 100644
--- a/debian/libapache2-mod-shib2.install
+++ b/debian/libapache2-mod-shib2.install
@@ -4,7 +4,7 @@ debian/tmp/etc/shibboleth
debian/tmp/usr/lib/shibboleth
debian/tmp/var/run/shibboleth
-debian/shib.load etc/apache2/mods-available
+debian/shib2.load etc/apache2/mods-available
doc/logo.jpg usr/share/shibboleth
doc/main.css usr/share/shibboleth
diff --git a/debian/shib.load b/debian/shib2.load
similarity index 100%
rename from debian/shib.load
rename to debian/shib2.load
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list