This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository knopflerfish-osgi.
commit fe179413173e8a616ae0488d82d2bfaa8f3d7494 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 3 16:27:18 2016 +0200 Improved the reproducibility of the Javadoc --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b68c953..2f3f818 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ knopflerfish-osgi (5.2.0-1) UNRELEASED; urgency=medium - Ignore the Android part * Build with the DH sequencer instead of CDBS * Depend on libasm-java (>= 5.0) instead of libasm4-java + * Improved the reproducibility of the Javadoc * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs * debian/watch: Track the release tags on GitHub diff --git a/debian/rules b/debian/rules index 6b848d1..60a968c 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ override_dh_auto_build: dh_auto_build -- -f osgi/framework/build.xml jar - javadoc -encoding "UTF-8" -sourcepath osgi/framework/src -d api -subpackages org.knopflerfish:org.osgi + javadoc -locale en -encoding "UTF-8" -sourcepath osgi/framework/src -d api -subpackages org.knopflerfish:org.osgi cp osgi/framework/doc/index.html framework.html override_dh_auto_clean: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/knopflerfish-osgi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

