[jasperreports] 02/02: Changed the javadoc settings to make it reproducible

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 21 09:16:40 UTC 2015


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 <ebourg at apache.org>
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 <apo at gambaru.de>  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 <ebourg at apache.org>
+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



More information about the pkg-java-commits mailing list