Source: irrlicht
Version: 1.8.1+dfsg1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
Hi,
While working on the “reproducible builds” effort [1], we have noticed
that irrlicht could not be built reproducibly.
The attached patch removes $datetime from the file footer.html. Once
applied irrlicht 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 footer.html to make package reproducible
--- irrlicht-1.8.1+dfsg1.orig/scripts/doc/irrlicht/footer.html
+++ irrlicht-1.8.1+dfsg1/scripts/doc/irrlicht/footer.html
@@ -7,7 +7,7 @@
<td width="0"> <div align="left"><small><a href="http://irrlicht.sourceforge.net" target="_blank"><img src="irrlicht.png" alt="The Irrlicht Engine" align="middle" border=0 width=88 height=31></a></small></div></td>
<td> <div align="left"><small><em><font size="2">The <a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht
Engine</a> Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
- on $datetime by <a href="http://www.doxygen.org" target="_blank">Doxygen</a>
+ by <a href="http://www.doxygen.org" target="_blank">Doxygen</a>
($doxygenversion)</font></em></small></div></td>
</tr>
</table>