[opensaml2] 09/10: Don't ship the .md5 files from Doxygen

Ferenc Wágner wferi at moszumanska.debian.org
Thu Sep 1 04:52:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi pushed a commit to branch debian/experimental
in repository opensaml2.

commit 144bd6314583eea106d606384be3e252a555d1d0
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Aug 31 23:58:39 2016 +0200

    Don't ship the .md5 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 57f0b77..a3dda29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_install:
 	    rm README.txt LICENSE.txt NOTICE.txt LOG4CPP.LICENSE
 	# The tag file is unreproducible (it captures the full build path),
 	# but is used as a "stamp" file during the build.
-	rm -f $(docdir)/api/opensaml.tag
+	cd $(docdir) && rm -f api/opensaml.tag api/html/*.md5
 	dh_install --fail-missing
 
 override_dh_installdocs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git



More information about the Pkg-shibboleth-devel mailing list