[cpp-sp] 03/12: Simplify removal of documentation files

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:48:21 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=430bdd8e803aabac1c8dec90345622e36da4343a

commit 430bdd8e803aabac1c8dec90345622e36da4343a
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Mon Jun 20 13:48:38 2016 +0200

    Simplify removal of documentation files
---
 debian/rules | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4432d97..a21dfbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,10 +43,9 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	NOKEYGEN=1 dh_auto_install
 	rm -r debian/tmp/var/run
-	for i in CREDITS.txt LICENSE.txt NOTICE.txt README.txt RELEASE.txt \
-	    FASTCGI.LICENSE OPENSSL.LICENSE LOG4CPP.LICENSE; do \
-	    rm debian/tmp/usr/share/doc/shibboleth-*/$$i; \
-	done
+	cd debian/tmp/usr/share/doc/shibboleth-* && \
+	    rm CREDITS.txt LICENSE.txt NOTICE.txt README.txt RELEASE.txt \
+	       FASTCGI.LICENSE OPENSSL.LICENSE LOG4CPP.LICENSE
 	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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list