[cpp-sp] 02/12: Eliminate some path repetitions
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:48:20 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.5.6+dfsg1-2
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=9e20440075d63fa228ef604b4c2a3f00ed53bd4d
commit 9e20440075d63fa228ef604b4c2a3f00ed53bd4d
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Sun Mar 20 22:11:08 2016 +0100
Eliminate some path repetitions
---
debian/rules | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5429434..4432d97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,12 +47,8 @@ override_dh_auto_install:
FASTCGI.LICENSE OPENSSL.LICENSE LOG4CPP.LICENSE; do \
rm debian/tmp/usr/share/doc/shibboleth-*/$$i; \
done
- rm debian/tmp/etc/shibboleth/*.dist
- rm debian/tmp/etc/shibboleth/*.config
- rm debian/tmp/etc/shibboleth/shibd-amazon
- rm debian/tmp/etc/shibboleth/shibd-osx.plist
- rm debian/tmp/etc/shibboleth/shibd-redhat
- rm debian/tmp/etc/shibboleth/shibd-suse
+ cd debian/tmp/etc/shibboleth && \
+ rm *.dist *.config shibd-amazon shibd-osx.plist shibd-redhat shibd-suse
mkdir -p debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/shibsp
mv debian/tmp/usr/include/shibsp/paths.h \
debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/shibsp/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list