Source: clipper
Version: 2.1.20130601-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps

Hi,


While working on the “reproducible builds” effort [1], we have noticed
that clipper could not be built reproducibly.

The attached patch changes the value of HTML_TIMESTAMP in
debian/Doxyfile from YES to NO. Once applied clipper can be built
reproducibly in our current experimental framework.

Cheers!
akira

 [1]: https://wiki.debian.org/ReproducibleBuilds
diff -Nru clipper-2.1.20130601/debian/changelog clipper-2.1.20130601/debian/changelog
--- clipper-2.1.20130601/debian/changelog	2014-07-26 20:14:38.000000000 +0200
+++ clipper-2.1.20130601/debian/changelog	2015-06-05 10:28:27.000000000 +0200
@@ -1,3 +1,10 @@
+clipper (2.1.20130601-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Set HTML_TIMESTAMP from YES to NO in debian/Doxyfile for reproducibility
+
+ -- akira <marival...@gmail.com>  Fri, 05 Jun 2015 10:25:43 +0200
+
 clipper (2.1.20130601-2) unstable; urgency=medium
 
   * move the examples into the -doc package (Closes: #756143)
diff -Nru clipper-2.1.20130601/debian/Doxyfile clipper-2.1.20130601/debian/Doxyfile
--- clipper-2.1.20130601/debian/Doxyfile	2012-08-05 14:55:03.000000000 +0200
+++ clipper-2.1.20130601/debian/Doxyfile	2015-06-05 10:24:59.000000000 +0200
@@ -942,7 +942,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_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to