[SCM] csound/master: Disable html timestamps

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Dec 4 19:28:22 UTC 2015


The following commit has been merged in the master branch:
commit 9724533f99f6a036c6fed6171511629928695a68
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Dec 3 21:02:00 2015 -0300

    Disable html timestamps

diff --git a/debian/patches/Disable-html-timestamps.patch b/debian/patches/Disable-html-timestamps.patch
new file mode 100644
index 0000000..d7214b7
--- /dev/null
+++ b/debian/patches/Disable-html-timestamps.patch
@@ -0,0 +1,35 @@
+From: Felipe Sateler <fsateler at debian.org>
+Date: Thu, 3 Dec 2015 20:46:35 -0300
+Subject: Disable html timestamps
+
+---
+ doc/Doxyfile          | 2 +-
+ doc/Doxyfile-CsoundAC | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/doc/Doxyfile b/doc/Doxyfile
+index bd56156..0b32a08 100644
+--- a/doc/Doxyfile
++++ b/doc/Doxyfile
+@@ -974,7 +974,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_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 
+ # documentation will contain sections that can be hidden and shown after the 
+diff --git a/doc/Doxyfile-CsoundAC b/doc/Doxyfile-CsoundAC
+index d49576c..3b409b4 100644
+--- a/doc/Doxyfile-CsoundAC
++++ b/doc/Doxyfile-CsoundAC
+@@ -836,7 +836,7 @@ HTML_STYLESHEET        =
+ # 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 f14f64e..4bfae71 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,4 @@ Introduce-CS_PACKAGE_DATE-macro.patch
 debian-specific/avoid-nonfree-scansyn-plugin.diff
 debian-specific/lua-link.diff
 debian-specific/apidoc-dotpath.patch
-Introduce-CS_PACKAGE_DATE-macro.patch
+Disable-html-timestamps.patch

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list