Source: apophenia Version: 0.999b+ds3-2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps
Hi, While working on the “reproducible builds” effort [1], we have noticed that apophenia could not be built reproducibly. The attached patch removes $date from the file foot.html. Once applied apophenia 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 $date from file foot.html to make package reproducible --- apophenia-0.999b+ds3.orig/docs/foot.html +++ apophenia-0.999b+ds3/docs/foot.html @@ -1,2 +1,2 @@ <p><p> -<div class="tiny">Autogenerated by doxygen on $date (Debian $projectnumber).</div></body></html> +<div class="tiny">Autogenerated by doxygen (Debian $projectnumber).</div></body></html>