Source: jodconverter Version: 2.2.2-7 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-CC: [email protected]
Hi! While working on Debian's “reproducible builds” effort [1], we have noticed that jodconverter doesn't build reproducibly. The documentation generated by javadoc includes a build dependent timestamp. The attached patch tells javadoc to not include a timestamp in the documentation. Regards, Reiner [1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/rules b/debian/rules index 920d725..b208197 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ build-stamp: ( \ cd $(SRCDIR) && \ $(JAVAC) $(JAVAFLAGS) `find . -name \*.java` && \ - $(JAVADOC) -d api com.artofsolving.jodconverter && \ + $(JAVADOC) -notimestamp -d api com.artofsolving.jodconverter && \ $(JAR) c `find . -name \*.class -o -name \*.xml -o -name \*.MF` > $(JARFILE) ; \ )
signature.asc
Description: OpenPGP digital signature

