[xmltooling] 03/09: The Doxygen tag file is unreproducible, don't ship it

Ferenc Wágner wferi at moszumanska.debian.org
Fri Sep 2 19:39:42 UTC 2016


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

wferi pushed a commit to branch debian/master
in repository xmltooling.

commit 733e90acdff8eef90d29c99cdb9697aa862f012a
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Fri Sep 2 12:24:41 2016 +0200

    The Doxygen tag file is unreproducible, don't ship it
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4e5ec7d..be98043 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,10 +33,14 @@ override_dh_auto_test-indep:
 override_dh_auto_test-arch:
 	dh_auto_test -- XMLTOOLINGTEST_SKIP_NETWORKED=1
 
+docdir = debian/tmp/usr/share/doc/xmltooling-*
 override_dh_install:
-	cd debian/tmp/usr/share/doc/xmltooling-* && \
+	cd $(docdir) && \
 	    rm README.txt LICENSE.txt NOTICE.txt OPENSSL.LICENSE LOG4CPP.LICENSE \
 	       CURL.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/xmltooling.tag
 	dh_install --fail-missing
 
 override_dh_installdocs:

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



More information about the Pkg-shibboleth-devel mailing list