Source: jacktrip Version: 1.0.5.patch2-2 Severity: wishlist Tags: patch Version: 1.0.5.patch2-2 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps
Hi, While working on the “reproducible builds” effort [1], we have noticed that jacktrip could not be built reproducibly. The attached patch removes $datetime from the file html_footer.html. Once applied jacktrip can be built reproducibly in our current experimental framework. Please also consider forwarding this patch upstream. Thanks! akira [1]: https://wiki.debian.org/ReproducibleBuilds
Description: Remove $datetime from html_footer.html to make package reproducible --- jacktrip-1.0.5.patch2.orig/documentation/html_footer.html +++ jacktrip-1.0.5.patch2/documentation/html_footer.html @@ -4,7 +4,7 @@ <footer> <p> </p> <font size="1"> -<p>Documentation generated by Doxygen $doxygenversion on $datetime</p> +<p>Documentation generated by Doxygen $doxygenversion </p> <p> © 2008 by Juan-Pablo Caceres (jcaceres <em>at</em> ccrma <em>dot</em> stanford <em>dot</em> edu) and Chris Chafe<br />

