[Reproducible-commits] [doxygen] 01/03: Change HTML_TIMESTAMP default from YES to NO, see https://bugzilla.gnome.org/show_bug.cgi?id=745439.
Mattia Rizzolo
mattia at mapreri.org
Thu Apr 30 00:40:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
mapreri-guest pushed a commit to branch merged/reproducible_builds
in repository doxygen.
commit 8ef4a0a41f7a0d27a2e60621199911953b8f45da
Author: Maria Valentina Marin <marivalenm at gmail.com>
Date: Mon Mar 16 20:33:05 2015 +0100
Change HTML_TIMESTAMP default from YES to NO, see https://bugzilla.gnome.org/show_bug.cgi?id=745439.
---
debian/changelog | 8 ++++++++
debian/patches/html_timestamp_change_default | 11 +++++++++++
debian/patches/series | 1 +
3 files changed, 20 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e8e90db..76bdbaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+doxygen (1.8.8-5.1~reproducible2) UNRELEASED; urgency=medium
+
+ [ akira ]
+ * Change HTML_TIMESTAMP default from YES to NO, see
+ https://bugzilla.gnome.org/show_bug.cgi?id=745439.
+
+ -- Holger Levsen <holger at debian.org> Mon, 16 Mar 2015 20:32:22 +0100
+
doxygen (1.8.9.1-2) experimental; urgency=medium
* Removed \backmatter in case of COMPACT_LATEX. Issue #742427.
diff --git a/debian/patches/html_timestamp_change_default b/debian/patches/html_timestamp_change_default
new file mode 100644
index 0000000..7d0d131
--- /dev/null
+++ b/debian/patches/html_timestamp_change_default
@@ -0,0 +1,11 @@
+--- doxygen-1.8.8.orig/src/config.xml
++++ doxygen-1.8.8/src/config.xml
+@@ -1878,7 +1878,7 @@ hr.footer {
+ ]]>
+ </docs>
+ </option>
+- <option type='bool' id='HTML_TIMESTAMP' defval='1' depends='GENERATE_HTML'>
++ <option type='bool' id='HTML_TIMESTAMP' defval='0' depends='GENERATE_HTML'>
+ <docs>
+ <![CDATA[
+ If the \c HTML_TIMESTAMP tag is set to \c YES then the footer of
diff --git a/debian/patches/series b/debian/patches/series
index ce70522..29fb6e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ doxygen-jquery.patch
system_tmake.patch
sqlite3-configure.diff
issue742427.diff
+html_timestamp_change_default
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/doxygen.git
More information about the Reproducible-commits
mailing list