[plexus-containers] 25/35: Set the locale when generating the javadoc to make the build reproducible
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 7 08:56:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master-1.0
in repository plexus-containers.
commit b18ae0bc2c6e9ae7c15f9068c573bf9172da4317
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Feb 12 09:08:36 2016 +0000
Set the locale when generating the javadoc to make the build reproducible
---
debian/build.xml | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index 38f8441..0594f78 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -39,7 +39,7 @@
</target>
<target name="javadoc">
- <javadoc destdir="${javadoc.dir}">
+ <javadoc destdir="${javadoc.dir}" locale="en">
<packageset dir="plexus-container-default/src/main/java/"/>
<packageset dir="plexus-component-annotations/src/main/java/"/>
</javadoc>
diff --git a/debian/changelog b/debian/changelog
index 934cf03..01b3d49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ plexus-containers (1.0~beta3.0.7-8) unstable; urgency=medium
* Team upload.
* No longer build plexus-component-javadoc (never used)
+ * Set the locale when generating the javadoc to make the build reproducible
* Standards-Version updated to 3.9.7 (no changes)
* Switch to debhelper level 9
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers.git
More information about the pkg-java-commits
mailing list