[pkg-java] r18692 - in trunk/httpunit/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed May 6 14:26:38 UTC 2015


Author: ebourg-guest
Date: 2015-05-06 14:26:38 +0000 (Wed, 06 May 2015)
New Revision: 18692

Added:
   trunk/httpunit/debian/patches/remove-timestamp-from-javadoc.patch
Modified:
   trunk/httpunit/debian/changelog
   trunk/httpunit/debian/patches/series
Log:
Removed the build date from the Javadoc files to make the build reproducible



Modified: trunk/httpunit/debian/changelog
===================================================================
--- trunk/httpunit/debian/changelog	2015-05-06 14:20:01 UTC (rev 18691)
+++ trunk/httpunit/debian/changelog	2015-05-06 14:26:38 UTC (rev 18692)
@@ -1,7 +1,8 @@
 httpunit (1.7+dfsg-11) UNRELEASED; urgency=medium
 
   * Team upload.
-  * Removed the build date from the manifest to make the build reproducible
+  * Removed the build date from the manifest and the Javadoc
+    to make the build reproducible
   * Build depend on libmail-java instead of libgnumail-java
   * Updated Standards-Version to 3.9.6 (no changes)
   * Switch to debhelper level 9

Added: trunk/httpunit/debian/patches/remove-timestamp-from-javadoc.patch
===================================================================
--- trunk/httpunit/debian/patches/remove-timestamp-from-javadoc.patch	                        (rev 0)
+++ trunk/httpunit/debian/patches/remove-timestamp-from-javadoc.patch	2015-05-06 14:26:38 UTC (rev 18692)
@@ -0,0 +1,13 @@
+Description: Remove the build date from the Javadoc files to make the build reproducible
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -256,6 +256,7 @@
+     <javadoc packagenames="${packages}" sourcepath="${basedir}/${src.dir}"
+              destdir="${javadoc.dir}" author="true" version="true"
+              windowtitle="${Name} ${version} API" doctitle="${Name}"
++             additionalparam="-notimestamp"
+              footer="Copyright &copy; 2000-2008 Russell Gold. See <a target="_top" href="../license.html">license agreement</A> for rights granted." >
+         <classpath refid="base.classpath"/>
+     </javadoc>

Modified: trunk/httpunit/debian/patches/series
===================================================================
--- trunk/httpunit/debian/patches/series	2015-05-06 14:20:01 UTC (rev 18691)
+++ trunk/httpunit/debian/patches/series	2015-05-06 14:26:38 UTC (rev 18692)
@@ -2,3 +2,4 @@
 fix_set_encoding
 add_classpath_to_manifest
 remove-date-from-manifest.patch
+remove-timestamp-from-javadoc.patch




More information about the pkg-java-commits mailing list