[cpp-log4shib] 08/15: Simplify removal of Doxygen .md5 files
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:14:52 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-4
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=e029f44eda1ab732979d65a7910d2b702550e1cb
commit e029f44eda1ab732979d65a7910d2b702550e1cb
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Tue May 15 18:26:39 2018 +0200
Simplify removal of Doxygen .md5 files
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 195d6a3..c9f7b9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,12 +28,11 @@ override_dh_auto_test-indep:
override_dh_auto_install-indep:
$(MAKE) -C doc DESTDIR=$(CURDIR)/debian/tmp install
-APIDOCS=debian/tmp/usr/share/doc/log4shib-*/api/html
override_dh_install:
pod2man --release='$(word 3,$(shell ./config.status --version))' \
--section=1 --center=log4shib \
debian/log4shib-config.pod debian/log4shib-config.1
- if [ -d $(APIDOCS) ]; then find $(APIDOCS) -name "*.md5" -delete; fi
+ rm -vf debian/tmp/usr/share/doc/log4shib-*/api/html/api/*.md5
dh_install
override_dh_missing:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list