This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository pentaho-reporting-flow-engine.
commit 81fc83f7c5b911d96fba1dcb1c9c6b07db9076d6 Author: tony mancill <[email protected]> Date: Mon Apr 10 21:00:32 2017 -0700 disable timestamps in javadoc (Closes: #859976) --- debian/patches/javadoc-timestamps.patch | 10 ++++++++++ debian/patches/series | 1 + 2 files changed, 11 insertions(+) diff --git a/debian/patches/javadoc-timestamps.patch b/debian/patches/javadoc-timestamps.patch new file mode 100644 index 0000000..e7afac9 --- /dev/null +++ b/debian/patches/javadoc-timestamps.patch @@ -0,0 +1,10 @@ +--- a/build.xml ++++ b/build.xml +@@ -65,6 +65,7 @@ + author="true" + version="true"> + <classpath refid="classpath"/> ++ <arg value="-notimestamp"/> + <packageset dir="source"> + <exclude name="org/jfree/report/modules/gui/swing/**"/> + </packageset> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..8dd3e3d --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +javadoc-timestamps.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pentaho-reporting-flow-engine.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

