[readosm] 02/03: Add patch to disable HTML timestamps in Doxygen to allow reproducible builds.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Feb 22 18:28:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository readosm.
commit ee00d60079a81836b19b73f62cd83bef3cce4843
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Feb 22 19:22:13 2015 +0100
Add patch to disable HTML timestamps in Doxygen to allow reproducible builds.
---
debian/changelog | 2 ++
debian/patches/disable-docygen-html-timestamp | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d1ce611..96cbd3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ readosm (1.0.0d-1~exp2) UNRELEASED; urgency=medium
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update my email to @debian.org address.
+ * Add patch to disable HTML timestamps in Doxygen to allow
+ reproducible builds.
-- Bas Couwenberg <sebastic at debian.org> Sat, 10 Jan 2015 15:16:25 +0100
diff --git a/debian/patches/disable-docygen-html-timestamp b/debian/patches/disable-docygen-html-timestamp
new file mode 100644
index 0000000..d9f8c98
--- /dev/null
+++ b/debian/patches/disable-docygen-html-timestamp
@@ -0,0 +1,14 @@
+Description: Disable HTML timestamps in Doxygen to allow reproducible builds.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/Doxyfile.in
++++ b/Doxyfile.in
+@@ -866,7 +866,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
index 7581d0a..e213b7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
00-disable_tests.patch
+disable-docygen-html-timestamp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/readosm.git
More information about the Pkg-grass-devel
mailing list