[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.3+dfsg-5-35-ga1d4225

Russ Allbery rra at debian.org
Fri May 31 22:59:09 UTC 2013


The following commit has been merged in the master branch:
commit abe89dd9e24804d5af0906d5e9c44bd50b74b488
Author: Russ Allbery <rra at debian.org>
Date:   Fri May 31 13:48:34 2013 -0700

    Fix the Apache module name to match the package
    
    Upstream embeds the Apache version in the module name so that
    versions for multiple Apache server versions will be kept distinct,
    but that isn't meaningful within the context of a Debian package.
    Rename the installed module to match the package name and make the
    various Apache Lintian checks happy.

diff --git a/debian/libapache2-mod-shib2.apache2 b/debian/libapache2-mod-shib2.apache2
index 8870c5b..02954a9 100644
--- a/debian/libapache2-mod-shib2.apache2
+++ b/debian/libapache2-mod-shib2.apache2
@@ -1,2 +1,2 @@
 mod debian/shib2.load
-mod debian/tmp/usr/lib/apache2/modules/mod_shib_24.so
+mod debian/tmp/usr/lib/apache2/modules/mod_shib2.so
diff --git a/debian/rules b/debian/rules
index a157573..c6ab8f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ override_dh_auto_install:
 override_dh_install:
 	mkdir -p debian/tmp/usr/lib/apache2/modules
 	mv debian/tmp/usr/lib/*/shibboleth/mod_shib_24.so \
-	    debian/tmp/usr/lib/apache2/modules
+	    debian/tmp/usr/lib/apache2/modules/mod_shib2.so
 	pod2man debian/man-pages/mdquery.pod --section 1		\
 	    --center 'Shibboleth' --release $(VERSION)			\
 	    debian/libapache2-mod-shib2/usr/share/man/man1/mdquery.1
diff --git a/debian/shib2.load b/debian/shib2.load
index ae274ea..9138b72 100644
--- a/debian/shib2.load
+++ b/debian/shib2.load
@@ -1 +1 @@
-LoadModule mod_shib /usr/lib/apache2/modules/mod_shib_22.so
+LoadModule mod_shib /usr/lib/apache2/modules/mod_shib2.so

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list