[libjibx1.2-java] 32/33: Set the locale when generating the javadoc to make the build reproducible
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Feb 2 10:27:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjibx1.2-java.
commit 234cb687dc5af7e4a924deca4e19c93d2e33e05e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Feb 2 11:22:58 2016 +0100
Set the locale when generating the javadoc to make the build reproducible
---
debian/changelog | 1 +
debian/patches/01_build_xml.patch | 20 ++++++++++++++++++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8193b38..f0ef76f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libjibx1.2-java (1.2.6-1) UNRELEASED; urgency=medium
* Removed the recommended dependency on a web browser from the doc package
* Removed the unused build dependency on antlr
* Reworked the packages descriptions
+ * Set the locale when generating the javadoc to make the build reproducible
-- Emmanuel Bourg <ebourg at apache.org> Tue, 02 Feb 2016 10:08:26 +0100
diff --git a/debian/patches/01_build_xml.patch b/debian/patches/01_build_xml.patch
index a35cad3..4011104 100644
--- a/debian/patches/01_build_xml.patch
+++ b/debian/patches/01_build_xml.patch
@@ -23,7 +23,15 @@
</classpath>
<arg value="${src}/schema-noprefix-binding.xml"/>
<arg value="${src}/schema-xsprefix-binding.xml"/>
-@@ -1274,6 +1277,7 @@
+@@ -1263,6 +1266,7 @@
+ <javadoc packagenames="org.jibx.runtime,org.jibx.runtime.impl,org.jibx.extras"
+ sourcepath="${src}:${extrassrc}"
+ destdir="${userdocs}"
++ locale="en"
+ author="true"
+ version="true"
+ noindex="true"
+@@ -1274,6 +1278,7 @@
<bottom><table width='80%%'><tr><td width='50%%'><p align='center'><a href='http://www.jibx.org/' target='_top'><font size='3'><b>Project Web Site</b></font></a></td><td width='50%%'><p align='center'></td></tr></table></bottom>
<classpath>
<fileset dir="${lib}" includes="*.jar"/>
@@ -31,7 +39,15 @@
</classpath>
</javadoc>
</target>
-@@ -1412,7 +1416,7 @@
+@@ -1288,6 +1293,7 @@
+ excludepackagenames="org.jibx.binding.ant"
+ sourcepath="${src}:${extrassrc}"
+ destdir="${devdocs}"
++ locale="en"
+ author="true"
+ version="true"
+ noindex="true"
+@@ -1412,7 +1418,7 @@
<!-- Intermediate targets, not to be run directly. -->
<target name="build-jibx" depends="compile-run,compile-bind,compile-extras"/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjibx1.2-java.git
More information about the pkg-java-commits
mailing list