[ivy] 02/03: Set the locale and remove the timestamps when generating the javadoc
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 3 22:25:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ivy.
commit fa47f8e5f3f5c61d91795744a1e5a5bffce0b0b8
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Nov 3 23:10:17 2015 +0100
Set the locale and remove the timestamps when generating the javadoc
---
debian/build.xml | 2 +-
debian/changelog | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index 1d272d0..15df110 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -60,7 +60,7 @@
<target name="javadoc" description="Creates Javadoc documentation">
<mkdir dir="${doc.dir}" />
- <javadoc packagenames="*"
+ <javadoc packagenames="*" locale="en" additionalparam="-notimestamp"
sourcepath="${source.dir}" destdir="${doc.dir}" />
</target>
diff --git a/debian/changelog b/debian/changelog
index 1e88c68..4bb8087 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ivy (2.4.0-2) UNRELEASED; urgency=medium
+
+ * Improved the reproducibility:
+ - Set the locale and remove the timestamps when generating the javadoc
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 03 Nov 2015 23:07:32 +0100
+
ivy (2.4.0-1) experimental; urgency=medium
* Team upload.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivy.git
More information about the pkg-java-commits
mailing list