[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:08 UTC 2013
The following commit has been merged in the master branch:
commit b59f53f9c9bd91f53f558a88c44a433d7279209d
Author: Russ Allbery <rra at debian.org>
Date: Fri May 31 13:11:41 2013 -0700
Fix moving of the Apache module
We were trying to move it to a directory that didn't exist, and had
now-unnecessary *.dirs configuration to create the final directory.
diff --git a/debian/libapache2-mod-shib2.dirs b/debian/libapache2-mod-shib2.dirs
index d4aa339..5c4bfc4 100644
--- a/debian/libapache2-mod-shib2.dirs
+++ b/debian/libapache2-mod-shib2.dirs
@@ -1,4 +1,3 @@
-usr/lib/apache2/modules
usr/share/man/man1
usr/share/man/man8
var/log/shibboleth
diff --git a/debian/rules b/debian/rules
index 7303ea2..a157573 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,7 @@ override_dh_auto_install:
debian/libapache2-mod-shib2.shibd.init
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
pod2man debian/man-pages/mdquery.pod --section 1 \
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list