[shibboleth-sp2] 15/17: The Doxygen tag file is unreproducible, don't ship it

Ferenc Wágner wferi at moszumanska.debian.org
Thu Sep 1 09:29:35 UTC 2016


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

wferi pushed a commit to branch debian/experimental
in repository shibboleth-sp2.

commit ab57aac049905e473e1b2f5e9f5d6162787fa1f3
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Aug 31 15:03:26 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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8e4fb76..da667de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,9 +38,12 @@ override_dh_auto_install:
 override_dh_install:
 	# The necessary documentation files are installed in each binary
 	# package by dh_installdocs below.
+	# The tag file is unreproducible (it captures the full build path),
+	# but is used as a "stamp" file during the build.
 	cd debian/tmp/usr/share/doc/shibboleth-* && \
 	    rm CREDITS.txt LICENSE.txt NOTICE.txt README.txt RELEASE.txt \
-	       FASTCGI.LICENSE OPENSSL.LICENSE LOG4CPP.LICENSE
+	       FASTCGI.LICENSE OPENSSL.LICENSE LOG4CPP.LICENSE \
+	       api/shibboleth.tag
 	cd debian/tmp/etc/shibboleth && \
 	    rm *.dist *.config shibd-amazon shibd-osx.plist shibd-redhat shibd-suse \
 	       $(remove-service)

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



More information about the Pkg-shibboleth-devel mailing list