[liboro-java] 27/37: Removed the timestamps from the Javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 27 13:12: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 liboro-java.

commit 4edb785394baaa41d4e8787c6491c5f75e867f8f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 28 11:07:37 2015 +0000

    Removed the timestamps from the Javadoc
---
 debian/changelog                                     |  1 +
 debian/patches/02-remove-timestamps-in-javadoc.patch | 13 +++++++++++++
 debian/patches/series                                |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f6d5caf..b51193c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ liboro-java (2.0.8a-10) UNRELEASED; urgency=low
   [ Emmanuel Bourg ]
   * Build reproducibility:
     - Replaced the date in the manifest with the date from debian/changelog
+    - Removed the timestamps from the Javadoc
   * Removed the obsolete information in debian/README.debian
   * Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
diff --git a/debian/patches/02-remove-timestamps-in-javadoc.patch b/debian/patches/02-remove-timestamps-in-javadoc.patch
new file mode 100644
index 0000000..8328091
--- /dev/null
+++ b/debian/patches/02-remove-timestamps-in-javadoc.patch
@@ -0,0 +1,13 @@
+Description: Remove the timestamps from the Javadoc to make the build reproducible
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.xml
++++ b/build.xml
+@@ -159,6 +159,7 @@
+             version="true"
+             windowtitle="${name} ${version} API"
+             doctitle="${name} ${version} API"
++            additionalparam="-notimestamp"
+             header="<a href='http://jakarta.apache.org/oro/' target=_top><img src='{@docroot}/../images/logoSmall.gif' alt='Jakarta ORO' width=48 height=47 align=center border=0 hspace=1 vspace=1></a>"
+             bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved.">
+          </javadoc>
diff --git a/debian/patches/series b/debian/patches/series
index d6d8389..a828cc0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-build-xml-dont-replace-non-existing-file.patch
+02-remove-timestamps-in-javadoc.patch

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



More information about the pkg-java-commits mailing list