[cpp-sp] 02/03: Don't ship the .md5 and .map files from Doxygen
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:48:52 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-2
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=952e7ee639f9ca7ef542356b7719e49dc47c1a87
commit 952e7ee639f9ca7ef542356b7719e49dc47c1a87
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Sep 1 10:38:20 2016 +0200
Don't ship the .md5 and .map files from Doxygen
These are generated since we use dot with Doxygen.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index dfe3e53..9707f2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_install:
FASTCGI.LICENSE OPENSSL.LICENSE LOG4CPP.LICENSE
# The tag file is unreproducible (it captures the full build path),
# but is used as a "stamp" file during the build.
- cd $(docdir) && rm -f api/shibboleth.tag
+ cd $(docdir) && rm -f api/shibboleth.tag api/html/*.md5 api/html/*.map
cd debian/tmp/etc/shibboleth && \
rm *.dist *.config shibd-amazon shibd-osx.plist shibd-redhat shibd-suse \
$(remove-service)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list