[libxmlenc-java] 02/02: Improved the reproducibility of the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 9 15:08:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libxmlenc-java.

commit b1b3f01b32ba2744bdb879c14595217b47c87f9c
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 9 17:06:30 2015 +0200

    Improved the reproducibility of the javadoc
---
 build.xml                                    |  2 ++
 debian/changelog                             |  7 +++++++
 debian/patches/01-reproducible-javadoc.patch | 14 ++++++++++++++
 debian/patches/series                        |  1 +
 4 files changed, 24 insertions(+)

diff --git a/build.xml b/build.xml
index 55f7df5..99c0e9b 100644
--- a/build.xml
+++ b/build.xml
@@ -277,6 +277,8 @@
 	<target name="-do-javadoc" depends="-prepare-src,-javadoc-sourcepath">
 		<mkdir dir="${javadoc.destdir}" />
 		<javadoc
+		locale="en"
+		additionalparam="-notimestamp"
 		sourcepath="${javadoc.sourcepath}"
 		destdir="${javadoc.destdir}"
 		version="yes"
diff --git a/debian/changelog b/debian/changelog
index c2f562f..005843a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxmlenc-java (0.52+dfsg-4) unstable; urgency=medium
+
+  * Team upload.
+  * Improved the reproducibility of the javadoc
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 09 Jul 2015 17:06:15 +0200
+
 libxmlenc-java (0.52+dfsg-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/01-reproducible-javadoc.patch b/debian/patches/01-reproducible-javadoc.patch
new file mode 100644
index 0000000..be5c84e
--- /dev/null
+++ b/debian/patches/01-reproducible-javadoc.patch
@@ -0,0 +1,14 @@
+Description: Tweak the Javadoc settings to make it reproducible
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -277,6 +277,8 @@
+ 	<target name="-do-javadoc" depends="-prepare-src,-javadoc-sourcepath">
+ 		<mkdir dir="${javadoc.destdir}" />
+ 		<javadoc
++		locale="en"
++		additionalparam="-notimestamp"
+ 		sourcepath="${javadoc.sourcepath}"
+ 		destdir="${javadoc.destdir}"
+ 		version="yes"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..59f0dc8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-reproducible-javadoc.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxmlenc-java.git



More information about the pkg-java-commits mailing list