[eigenbase-resgen] 12/17: Set the locale and disable the timestamps when generating the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Nov 9 16:21:49 UTC 2015


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

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

commit c3ecef5ff4de78290c2d394249d8a9889bd240f4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Nov 9 16:29:03 2015 +0100

    Set the locale and disable the timestamps when generating the javadoc
---
 debian/changelog            |  2 ++
 debian/patches/javadoc.diff | 10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a05d20c..0d37864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ eigenbase-resgen (1.3.0.13768-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Removed the SourceForge logo from the javadoc
+  * Improved the reproducibility:
+    - Set the locale and disable the timestamps when generating the javadoc
   * debian/control:
     - Standards-Version updated to 3.9.6 (no changes)
   * Moved the package to Git
diff --git a/debian/patches/javadoc.diff b/debian/patches/javadoc.diff
index 41ab1e1..ce5646f 100644
--- a/debian/patches/javadoc.diff
+++ b/debian/patches/javadoc.diff
@@ -4,7 +4,7 @@ Author: Damien Raude-Morvan <drazzib at debian.org>
 Forwarded: not-needed
 --- a/build.xml
 +++ b/build.xml
-@@ -190,7 +190,6 @@
+@@ -190,11 +190,11 @@
      <javadoc sourcepath="${src.dir}"
          classpathref="project.classpath"
          destdir="${javadoc.dir}"
@@ -12,7 +12,13 @@ Forwarded: not-needed
          author="true"
          source="1.4"
          access="package"
-@@ -204,8 +203,8 @@
+-        additionalparam="-linksource">
++        locale="en"
++        additionalparam="-linksource -notimestamp">
+       <tag name="pre" description="Pre-condition:"
+            scope="constructors,methods"/>
+       <tag name="post" description="Post-condition:"
+@@ -204,8 +204,8 @@
        <packageset dir="${src.dir}">
          <include name="**"/>
        </packageset>

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



More information about the pkg-java-commits mailing list