Package: gcj-jdk Version: 4:6.3.0-4 User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps toolchain Priority: wishlist
By default, the javadoc(1) command adds timestamps to the generated HTML. This prevents any build package from being reproducible. This isn't useful in a Debian packaging context, so the solution is to simply omit the timestamp from the generated html. The javadoc command has been altered to support this, using the -notimestamp option. Please change the dh_javadoc command to always exec javadoc with -notimestmap. https://sources.debian.net/src/gcc-defaults/1.168/debian/dh_javadoc/#L125 This will cause packages like https://tests.reproducible-builds.org/jaminid to build reproducibly. Thanks!