[proj] 01/01: Add patch to disable HTML timestamps in Doxygen to allow reproducible builds.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Feb 21 23:26:01 UTC 2015


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

sebastic pushed a commit to branch experimental
in repository proj.

commit a37d80a3d72af5df484b03b5006aeccd66002d7c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Feb 22 00:25:53 2015 +0100

    Add patch to disable HTML timestamps in Doxygen to allow reproducible builds.
---
 debian/changelog                  |  2 ++
 debian/patches/reproducible-build | 15 +++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 47485b8..7ffdcf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ proj (4.9.1~rc3-1) UNRELEASED; urgency=medium
   * Update package names for SONAME bump (0 -> 9).
   * Update symbols for PROJ 4.9.0/4.9.1.
   * Add substitution variable ${misc:Pre-Depends} for libproj.
+  * Add patch to disable HTML timestamps in Doxygen to allow
+    reproducible builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 21 Feb 2015 18:37:53 +0100
 
diff --git a/debian/patches/reproducible-build b/debian/patches/reproducible-build
new file mode 100644
index 0000000..b2bba6d
--- /dev/null
+++ b/debian/patches/reproducible-build
@@ -0,0 +1,15 @@
+Description: Disable HTML timestamps in Doxygen to allow reproducible builds.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: https://trac.osgeo.org/proj/ticket/265
+
+--- a/jniwrap/doxygen.cfg
++++ b/jniwrap/doxygen.cfg
+@@ -894,7 +894,7 @@ HTML_COLORSTYLE_GAMMA  = 80
+ # 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         = YES
++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
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a682bd5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reproducible-build

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



More information about the Pkg-grass-devel mailing list