[Reproducible-commits] [doxygen] 01/02: Change HTML_TIMESTAMP default from YES to NO, see https://bugzilla.gnome.org/show_bug.cgi?id=745439.

Holger Levsen holger at moszumanska.debian.org
Wed Jul 22 10:20:20 UTC 2015


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

holger pushed a commit to branch broken-history
in repository doxygen.

commit 23e3271ee1acd299f6b6cd4b9bac430323589607
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 bf8df9f..b1b6fd1 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.8-5) unstable; urgency=medium
 
   * Cherry pick c83db38ea83499be19d9ff242bfa22ae534ee80c. (Closes: #762272)
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 4459f31..6a66149 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ clang-configure.diff
 sqlite3-configure.diff
 fix-760700.diff
 fix-762272.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