This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasperreports.
commit 9b5838b467d0ddf9d2f1c9cb0e6cb3e35464459c Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 21 11:15:47 2015 +0200 Changed the javadoc settings to make it reproducible --- debian/changelog | 5 +++++ debian/patches/javadoc.patch | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e2f3d0..2710a1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ jasperreports (6.1.1+dfsg-1) unstable; urgency=medium * Team upload. + + [ Markus Koschany ] * New upstream release. * Switch from cdbs to dh sequencer. * debian/control: @@ -30,6 +32,9 @@ jasperreports (6.1.1+dfsg-1) unstable; urgency=medium * Override Lintian warnings: source-is-missing and license-problem-json-evil because they are both false-positives. + [ Emmanuel Bourg ] + * Changed the javadoc settings to make it reproducible + -- Markus Koschany <[email protected]> Mon, 19 Oct 2015 17:59:03 +0200 jasperreports (4.1.3+dfsg-4) unstable; urgency=medium diff --git a/debian/patches/javadoc.patch b/debian/patches/javadoc.patch new file mode 100644 index 0000000..ab44af6 --- /dev/null +++ b/debian/patches/javadoc.patch @@ -0,0 +1,14 @@ +Description: Make the javadoc reproducible +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/build.xml ++++ b/build.xml +@@ -195,6 +195,8 @@ + windowtitle="JasperReports ${version} API" + excludepackagenames="org.w3c.tools.codec" + maxmemory="1024m" ++ additionalparam="-notimestamp" ++ locale="en" + encoding="ISO-8859-1"> + <doctitle> + <![CDATA[ diff --git a/debian/patches/series b/debian/patches/series index 1a70e46..d82e4e3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ build.patch commons-codec-Base64.patch batik-1.8.patch exclude-barcode4j-and-barbecue.patch +javadoc.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasperreports.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

