[logback] 06/07: Set the locale when generating the Javadoc to make the build reproducible

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 22 07:47:50 UTC 2016


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

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

commit d9be9d97287301f30f1c4391c43d759be1a8c5f5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Mar 22 08:24:32 2016 +0100

    Set the locale when generating the Javadoc to make the build reproducible
---
 debian/build.xml | 1 +
 debian/changelog | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/build.xml b/debian/build.xml
index 3d9398f..9eb5f6b 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -80,6 +80,7 @@
 		version="true"
 		use="true"
 		author="true"
+		locale="en"
 		>
 		<fileset dir=".">
 			<include name="${core.src.dir}/**/*.java"/>
diff --git a/debian/changelog b/debian/changelog
index 0cda3ac..023bf85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ logback (1:1.1.6-1) UNRELEASED; urgency=medium
     - Depend on libslf4j-java (>= 1.7.18)
   * Standards-Version updated to 3.9.7 (no changes)
   * Use secure Vcs-* URLs
+  * Set the locale when generating the Javadoc to make the build reproducible
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 22 Mar 2016 07:31:15 +0100
 

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



More information about the pkg-java-commits mailing list