[opensaml2] 07/10: The Doxygen tag file is unreproducible, don't ship it

Ferenc Wágner wferi at moszumanska.debian.org
Thu Sep 1 04:52:22 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 e5425315335bf85d1adf432bdce28b0dfa654010
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Aug 31 23:27:52 2016 +0200

    The Doxygen tag file is unreproducible, don't ship it
    
    It uses absolute paths for some reason, capturing the build directory.
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a93ee95..57f0b77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,13 @@ override_dh_auto_configure:
 override_dh_auto_test:
 	dh_auto_test -- SAMLTEST_SKIP_NETWORKED=1
 
+docdir = debian/tmp/usr/share/doc/opensaml-*
 override_dh_install:
-	cd debian/tmp/usr/share/doc/opensaml-* && \
+	cd $(docdir) && \
 	    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
 	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