This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ognl.
commit 6d78eae849b0fca4c789c78eb5aa13f65d96b513 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 5 00:42:57 2015 +0200 Reproducible javadoc --- debian/changelog | 1 + debian/patches/03_javadoc.diff | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 00ea9fa..a32537a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ognl (2.7.3-6) UNRELEASED; urgency=medium * No longer build the PDF documentation to work around a build failure caused by the latest FOP upgrade. * Link the javadoc with the local JDK documentation + * Made the javadoc reproducible * Moved the package to Git * Standards-Version updated to 3.9.6 (no changes) * Switch to debhelper level 9 diff --git a/debian/patches/03_javadoc.diff b/debian/patches/03_javadoc.diff index a9f6b80..cd83352 100644 --- a/debian/patches/03_javadoc.diff +++ b/debian/patches/03_javadoc.diff @@ -1,9 +1,13 @@ -Description: Link the javadoc with the local JDK documentation +Description: Link the javadoc with the local JDK documentation and make it reproducible Origin: Damien Raude-Morvan <[email protected]> --- a/osbuild.xml +++ b/osbuild.xml -@@ -138,14 +138,12 @@ +@@ -136,16 +136,16 @@ + destdir="${dist}/docs/api" + packagenames="${package}.*" classpathref="cp" ++ locale="en" ++ additionalparam="-notimestamp" author="true" version="true" - overview="${src.java}/overview.html" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ognl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

