[cpp-sp] 16/18: The Doxygen tag file is unreproducible, don't ship it
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:48:47 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ab57aac049905e473e1b2f5e9f5d6162787fa1f3
commit ab57aac049905e473e1b2f5e9f5d6162787fa1f3
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: 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)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list