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 <[email protected]>
+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="&lt;a href=&apos;http://jakarta.apache.org/oro/&apos; 
target=_top&gt;&lt;img src=&apos;{@docroot}/../images/logoSmall.gif&apos; 
alt=&apos;Jakarta ORO&apos; width=48 height=47 align=center border=0 hspace=1 
vspace=1&gt;&lt;/a&gt;"
+             bottom="Copyright &#169; ${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


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to