[cpp-sp] 27/36: Fix moving of the Apache module
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:46:19 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.5.1+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=b59f53f9c9bd91f53f558a88c44a433d7279209d
commit b59f53f9c9bd91f53f558a88c44a433d7279209d
Author: Russ Allbery <rra at debian.org>
AuthorDate: 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.
---
debian/libapache2-mod-shib2.dirs | 1 -
debian/rules | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
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 \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list