[cpp-log4shib] 16/20: Omit useless MD5 files generated by Doxygen
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:14:13 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.9-1
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=9b68d45524191420ec8125021859641cded1cf84
commit 9b68d45524191420ec8125021859641cded1cf84
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jan 14 22:08:01 2016 +0100
Omit useless MD5 files generated by Doxygen
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 998c7c7..dda2bcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ override_dh_auto_configure:
override_dh_install:
pod2man --release=$(VERSION) --section=1 --center=log4shib \
debian/log4shib-config.pod debian/log4shib-config.1
+ find debian/tmp/usr/share/doc/log4shib-*/api/html -name "*.md5" -delete
rm debian/tmp/usr/lib/x86_64-linux-gnu/liblog4shib.la
dh_install -Xman3 --fail-missing
perl -i -pe 's/^(Libs: .*)\Q$(LDFLAGS)\E/$$1/' \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list