[geos] 03/07: Add patch to disable HTML timestamps in Doxygen to allow reproducible builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Feb 22 17:33:32 UTC 2015


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

sebastic pushed a commit to branch master
in repository geos.

commit 4e198d9b337056750c2d245e486ab16b4fc7cf01
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Feb 22 16:34:08 2015 +0100

    Add patch to disable HTML timestamps in Doxygen to allow reproducible builds.
---
 debian/changelog                              |  2 ++
 debian/patches/disable-docygen-html-timestamp | 33 +++++++++++++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 36 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1fa5d5d..ced8624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ geos (3.4.2-7) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Update my email to @debian.org address.
   * Use pkgkde-gensymbols & pkgkde-symbolshelper to handle C++ symbols.
+  * Add patch to disable HTML timestamps in Doxygen to allow
+    reproducible builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 28 Nov 2014 23:23:01 +0100
 
diff --git a/debian/patches/disable-docygen-html-timestamp b/debian/patches/disable-docygen-html-timestamp
new file mode 100644
index 0000000..4c09c9a
--- /dev/null
+++ b/debian/patches/disable-docygen-html-timestamp
@@ -0,0 +1,33 @@
+Description: Disable HTML timestamps in Doxygen to allow reproducible builds.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/doc/Doxyfile.in
++++ b/doc/Doxyfile.in
+@@ -472,6 +472,12 @@ HTML_FOOTER            =
+ 
+ HTML_STYLESHEET        = 
+ 
++# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
++# page will contain the date and time when the page was generated. Setting
++# this to NO can help when comparing the output of multiple runs.
++
++HTML_TIMESTAMP         = NO
++
+ # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
+ # files or namespaces will be aligned in HTML using tables. If set to 
+ # NO a bullet list will be used.
+--- a/doc/Doxyfile
++++ b/doc/Doxyfile
+@@ -472,6 +472,12 @@ HTML_FOOTER            =
+ 
+ HTML_STYLESHEET        = 
+ 
++# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
++# page will contain the date and time when the page was generated. Setting
++# this to NO can help when comparing the output of multiple runs.
++
++HTML_TIMESTAMP         = NO
++
+ # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
+ # files or namespaces will be aligned in HTML using tables. If set to 
+ # NO a bullet list will be used.
diff --git a/debian/patches/series b/debian/patches/series
index b1a1585..e06bb87 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ automake-subdir-objects
 automake-am-cppflags
 configure.ac
 include-cmath-from-unit-tests
+disable-docygen-html-timestamp

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



More information about the Pkg-grass-devel mailing list