Source: libgpiv Version: 0.6.1-4.1 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 libgpiv could not be built reproducibly. The attached patch removes $datetime from the file doxygen_footer.html. Once applied libgpiv can be built reproducibly in our current experimental framework. Please also consider forwarding this patch upstream. Thanks! akira [1]: https://wiki.debian.org/ReproducibleBuilds
diff -u libgpiv-0.6.1/debian/changelog libgpiv-0.6.1/debian/changelog --- libgpiv-0.6.1/debian/changelog +++ libgpiv-0.6.1/debian/changelog @@ -1,3 +1,10 @@ +libgpiv (0.6.1-4.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove $datetime from doxygen_footer.html to make package reproducible + + -- akira <marival...@gmail.com> Sun, 14 Jun 2015 18:29:23 +0200 + libgpiv (0.6.1-4.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- libgpiv-0.6.1.orig/doxygen_footer.html +++ libgpiv-0.6.1/doxygen_footer.html @@ -1,4 +1,4 @@ <hr size="1"><address style="align: right;"><small> -Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address> +Generated for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address> </body> </html>