Rename debian/shib.load to debian/shib2.load
authorFerenc Wagner <wferi@niif.hu>
Thu, 9 Oct 2008 17:08:04 +0000 (19:08 +0200)
committerRuss Allbery <rra@debian.org>
Wed, 15 Oct 2008 05:21:14 +0000 (22:21 -0700)
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
debian/libapache2-mod-shib2.install
debian/shib2.load [moved from debian/shib.load with 100% similarity]

index 3044320..8ef4de8 100644 (file)
@@ -21,6 +21,14 @@ shibboleth-sp2 (2.1.dfsg1-1) UNRELEASED; urgency=low
 
  -- Ferenc Wagner <wferi@niif.hu>  Thu, 25 Sep 2008 15:20:24 +0200
 
+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@niif.hu>  Thu, 09 Oct 2008 19:05:09 +0200
+
 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
 
   [ Ferenc Wagner ]
index 4e943b8..b2026ba 100644 (file)
@@ -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
similarity index 100%
rename from debian/shib.load
rename to debian/shib2.load