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

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


Author: ebourg-guest
Date: 2015-05-06 14:20:01 +0000 (Wed, 06 May 2015)
New Revision: 18691

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



Modified: trunk/httpunit/debian/changelog
===================================================================
--- trunk/httpunit/debian/changelog	2015-05-06 14:04:31 UTC (rev 18690)
+++ trunk/httpunit/debian/changelog	2015-05-06 14:20:01 UTC (rev 18691)
@@ -1,6 +1,7 @@
 httpunit (1.7+dfsg-11) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Removed the build date from the manifest 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-date-from-manifest.patch
===================================================================
--- trunk/httpunit/debian/patches/remove-date-from-manifest.patch	                        (rev 0)
+++ trunk/httpunit/debian/patches/remove-date-from-manifest.patch	2015-05-06 14:20:01 UTC (rev 18691)
@@ -0,0 +1,14 @@
+Description: Remove the build date from the manifest to make the build reproducible
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -237,8 +237,6 @@
+     <echo file="${build.dir}/info.txt">Manifest-Version: 1.0
+ Sealed: false
+ HttpUnit-Version: ${version}
+-Build-Date: ${TODAY}
+-Build-Time: ${TSTAMP}
+ </echo>
+     <jar jarfile="${lib.dir}/${name}.jar" manifest="${build.dir}/info.txt">
+         <manifest>

Modified: trunk/httpunit/debian/patches/series
===================================================================
--- trunk/httpunit/debian/patches/series	2015-05-06 14:04:31 UTC (rev 18690)
+++ trunk/httpunit/debian/patches/series	2015-05-06 14:20:01 UTC (rev 18691)
@@ -1,3 +1,4 @@
 use_system_jars
 fix_set_encoding
 add_classpath_to_manifest
+remove-date-from-manifest.patch




More information about the pkg-java-commits mailing list