Source: eigenbase-farrago
Version: 0.9.0-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi!

While working on the "reproducible builds" effort [1], we have noticed
that eigenbase-farrago could not be built reproducibly.
The current date is embedded by ResourceGen into several properties files.

The attached patch sets the comment style to scm-safe, which tells ResourceGen
that no timestamps should be included.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds

diff --git a/debian/build.xml b/debian/build.xml
index 9e3bf5e..c6951b2 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -44,6 +44,7 @@
       destdir="${src.dir}"
       resdir="${build.dir}"
       style="functor"
+      commentstyle="scm-safe"
       locales="en_US">
       <include name="net/sf/farrago/resource/FarragoResource.xml"/>
     </resgen>
@@ -52,6 +53,7 @@
       destdir="${src.dir}"
       resdir="${build.dir}"
       style="functor"
+      commentstyle="scm-safe"
       locales="en_US">
       <include name="net/sf/farrago/resource/FarragoInternalQuery.xml"/>
     </resgen>
@@ -60,6 +62,7 @@
       destdir="${src.dir}"
       resdir="${build.dir}"
       style="functor"
+      commentstyle="scm-safe"
       locales="en_US">
       <include name="org/eigenbase/resource/EigenbaseResource.xml"/>
     </resgen>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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