[libgpars-groovy-java] 04/05: Improved the reproducibility of the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 16 13:26:22 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository libgpars-groovy-java.

commit 6674fdb8fc4d2e6395c9a8aac7965a7936b45344
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Oct 16 00:55:23 2015 +0200

    Improved the reproducibility of the javadoc
---
 debian/changelog                                |  1 +
 debian/patches/reproducible-documentation.patch | 14 ++++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b0b1be..3be9c9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libgpars-groovy-java (1.2.1-4) UNRELEASED; urgency=medium
   * Team upload.
   * Install the Maven artifacts (Closes: #728407)
   * Build with gradle-debian-helper
+  * Improved the reproducibility: Fixed the locale/timestamp in the javadoc
   * debian/control: Updated the Homepage field
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 15 Oct 2015 22:20:07 +0200
diff --git a/debian/patches/reproducible-documentation.patch b/debian/patches/reproducible-documentation.patch
new file mode 100644
index 0000000..90be8a3
--- /dev/null
+++ b/debian/patches/reproducible-documentation.patch
@@ -0,0 +1,14 @@
+Description: Improve the reproducibility of the documentation
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.gradle
++++ b/build.gradle
+@@ -257,6 +257,8 @@
+     options.overview('overview.html')
+     options.showAll()
+     options.encoding('UTF-8')
++    options.locale("en")
++    options.noTimestamp(true)
+     options.setUse(true)
+     options.author(true)
+     options.version(true)
diff --git a/debian/patches/series b/debian/patches/series
index c3654b5..a51c0d8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_gradle_build.diff
 add_compatibility_with_gradle_2.5.diff
+reproducible-documentation.patch

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



More information about the pkg-java-commits mailing list