[med-svn] [bamtools] 01/01: made Doxygen documentation generation reproducible

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Feb 21 19:37:43 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository bamtools.

commit c2a7835cc604b09c4e94e6b5692fc77c9f9a76c1
Author: Michael R. Crusoe <mcrusoe at msu.edu>
Date:   Sat Feb 21 14:30:13 2015 -0500

    made Doxygen documentation generation reproducible
---
 debian/changelog                            |  7 +++++++
 debian/patches/0006-Doxygen-reproducibility | 16 ++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 269cacd..6fd7ead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bamtools (2.3.0+dfsg-3) UNRELEASED; urgency=medium
+
+  * Make Doxygen documentation generation reproducible by eliminating
+    timestamps.
+
+ -- Michael R. Crusoe <mcrusoe at msu.edu>  Wed, 18 Feb 2015 21:55:24 -0500
+
 bamtools (2.3.0+dfsg-2) unstable; urgency=medium
 
   * Drop d-shlibs patch and add versioned Build-Depends for d-shlibs
diff --git a/debian/patches/0006-Doxygen-reproducibility b/debian/patches/0006-Doxygen-reproducibility
new file mode 100644
index 0000000..58229dd
--- /dev/null
+++ b/debian/patches/0006-Doxygen-reproducibility
@@ -0,0 +1,16 @@
+Description: Turns off timestamps in documentation generated by Doxygen
+Author: Michael R. Crusoe <mcrusoe at msu.edu>
+Forwarded: no
+Last-Update: 2015-02-21
+
+--- a/docs/Doxyfile
++++ b/docs/Doxyfile
+@@ -853,7 +853,7 @@
+ # 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 794a5a2..f3a85fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-remove-custom-ExportHeader-function-use-install-inst.patch
 # 0004-Link-bamtools-statically-with-libbamtools-utils-as-w.patch
 0005-Install-libbamtools-to-lib.-Installing-libraries-to-.patch
+0006-Doxygen-reproducibility

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git



More information about the debian-med-commit mailing list