Source: dime Version: 0.20111205-2 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps
Hi, While working on the “reproducible builds” effort [1], we have noticed that dime could not be built reproducibly. The attached patch removes $datetime from the file footer.html. Once applied dime 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: Removed variable $datetime from file footer.html in order to make the package reproducible --- dime-0.20111205.orig/docs/doxygen/footer.html +++ dime-0.20111205/docs/doxygen/footer.html @@ -1,6 +1,6 @@ <hr noshade> <p align="right">Copyright © by <a href="http://www.kongsberg.com/kogt">Kongsberg Oil & Gas Technologies</a>. All rights reserved.</p> <address style="align: right;"><small> -Generated on $datetime for $projectname by <a href="http://www.doxygen.org/">Doxygen</a> $doxygenversion.</small></address> +Generated for $projectname by <a href="http://www.doxygen.org/">Doxygen</a> $doxygenversion.</small></address> </body> </html>

