[pkg-java] r18714 - in trunk/liboro-java/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 28 11:07:37 UTC 2015


Author: ebourg-guest
Date: 2015-05-28 11:07:37 +0000 (Thu, 28 May 2015)
New Revision: 18714

Added:
   trunk/liboro-java/debian/patches/02-remove-timestamps-in-javadoc.patch
Modified:
   trunk/liboro-java/debian/changelog
   trunk/liboro-java/debian/patches/series
Log:
Removed the timestamps from the Javadoc



Modified: trunk/liboro-java/debian/changelog
===================================================================
--- trunk/liboro-java/debian/changelog	2015-05-28 09:24:29 UTC (rev 18713)
+++ trunk/liboro-java/debian/changelog	2015-05-28 11:07:37 UTC (rev 18714)
@@ -3,6 +3,7 @@
   [ 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

Added: trunk/liboro-java/debian/patches/02-remove-timestamps-in-javadoc.patch
===================================================================
--- trunk/liboro-java/debian/patches/02-remove-timestamps-in-javadoc.patch	                        (rev 0)
+++ trunk/liboro-java/debian/patches/02-remove-timestamps-in-javadoc.patch	2015-05-28 11:07:37 UTC (rev 18714)
@@ -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>

Modified: trunk/liboro-java/debian/patches/series
===================================================================
--- trunk/liboro-java/debian/patches/series	2015-05-28 09:24:29 UTC (rev 18713)
+++ trunk/liboro-java/debian/patches/series	2015-05-28 11:07:37 UTC (rev 18714)
@@ -1 +1,2 @@
 01-build-xml-dont-replace-non-existing-file.patch
+02-remove-timestamps-in-javadoc.patch




More information about the pkg-java-commits mailing list