Source: libxr
Version: 1.0-2.1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps

Hi,

While working on the “reproducible builds” effort [1], we have noticed
that libxr could not be built reproducibly.

The attached patch removes $datetime from the file footer.html. Once
applied libxr 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

--- libxr-1.0.orig/docs/footer.html
+++ libxr-1.0/docs/footer.html
@@ -1,5 +1,5 @@
 <div id="botbar">
-  Documentation for <a style="color:darkred;" href="index.html">$projectname</a>, $datetime.
+  Documentation for <a style="color:darkred;" href="index.html">$projectname</a>.
 </div>
 </body>
 </html>
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to