[Pkg-gnupg-commit] [gpgme] 03/04: avoid irreproducible html documentation

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Oct 13 00:01:53 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gpgme.

commit bc923f67cb8ee408964220cd53d33c49aaf39fcc
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Oct 12 19:06:29 2016 -0400

    avoid irreproducible html documentation
---
 ...ntation-reproducible-by-omitting-HTML_TIM.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0007-make-documentation-reproducible-by-omitting-HTML_TIM.patch b/debian/patches/0007-make-documentation-reproducible-by-omitting-HTML_TIM.patch
new file mode 100644
index 0000000..8b520b7
--- /dev/null
+++ b/debian/patches/0007-make-documentation-reproducible-by-omitting-HTML_TIM.patch
@@ -0,0 +1,22 @@
+From: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
+Date: Wed, 12 Oct 2016 19:05:42 -0400
+Subject: make documentation reproducible by omitting HTML_TIMESTAMP
+
+we want the same docs to come out each time we run the build process.
+---
+ lang/qt/doc/Doxyfile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lang/qt/doc/Doxyfile.in b/lang/qt/doc/Doxyfile.in
+index 5d94f90..577f845 100644
+--- a/lang/qt/doc/Doxyfile.in
++++ b/lang/qt/doc/Doxyfile.in
+@@ -1147,7 +1147,7 @@ HTML_COLORSTYLE_GAMMA  = 80
+ # The default value is: YES.
+ # This tag requires that the tag GENERATE_HTML is set to YES.
+ 
+-HTML_TIMESTAMP         = YES
++HTML_TIMESTAMP         = NO
+ 
+ # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
+ # documentation will contain sections that can be hidden and shown after the
diff --git a/debian/patches/series b/debian/patches/series
index fd76fd1..6d1ad5b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-gpg-Add-option-exit-on-status-write-error.patch
 0005-tests-Add-test-for-cancellation.patch
 0006-install-cmake-files-without-executable-bit-set.patch
+0007-make-documentation-reproducible-by-omitting-HTML_TIM.patch

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



More information about the Pkg-gnupg-commit mailing list