[pkg-java] r18991 - trunk/plexus-containers/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Feb 12 09:08:36 GMT 2016
Author: ebourg-guest
Date: 2016-02-12 09:08:36 +0000 (Fri, 12 Feb 2016)
New Revision: 18991
Modified:
trunk/plexus-containers/debian/build.xml
trunk/plexus-containers/debian/changelog
Log:
Set the locale when generating the javadoc to make the build reproducible
Modified: trunk/plexus-containers/debian/build.xml
===================================================================
--- trunk/plexus-containers/debian/build.xml 2016-02-12 09:03:53 UTC (rev 18990)
+++ trunk/plexus-containers/debian/build.xml 2016-02-12 09:08:36 UTC (rev 18991)
@@ -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>
Modified: trunk/plexus-containers/debian/changelog
===================================================================
--- trunk/plexus-containers/debian/changelog 2016-02-12 09:03:53 UTC (rev 18990)
+++ trunk/plexus-containers/debian/changelog 2016-02-12 09:08:36 UTC (rev 18991)
@@ -2,6 +2,7 @@
* 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
More information about the pkg-java-commits
mailing list