> The attached patch removes timestamps from the build system. 

I attached an earlier patch; updated one attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -urNad 
eximdoc4.orig/eximdoc4-4.84/debian/patches/0030-reproducible-build.diff 
eximdoc4/eximdoc4-4.84/debian/patches/0030-reproducible-build.diff
--- eximdoc4.orig/eximdoc4-4.84/debian/patches/0030-reproducible-build.diff     
1970-01-01 01:00:00.000000000 +0100
+++ eximdoc4/eximdoc4-4.84/debian/patches/0030-reproducible-build.diff  
2015-04-27 10:09:02.357780258 +0100
@@ -0,0 +1,11 @@
+--- eximdoc4-4.84.orig/doc-docbook/GenLocalParams
++++ eximdoc4-4.84/doc-docbook/GenLocalParams
+@@ -3,7 +3,7 @@
+ output="${1:-local_params}"
+ : ${EXIM_VER:?Need the EXIM_VER environment variable}
+ 
+-nicedate="$(date +"%d %b %Y")"
++nicedate="$(date --utc --date="$(dpkg-parsechangelog -SDate)" +"%d %b %Y")"
+ 
+ exec > "$output"
+ cat <<EOTEMPLATE
diff -urNad eximdoc4.orig/eximdoc4-4.84/debian/patches/series 
eximdoc4/eximdoc4-4.84/debian/patches/series
--- eximdoc4.orig/eximdoc4-4.84/debian/patches/series   2015-04-27 
10:05:17.771927547 +0100
+++ eximdoc4/eximdoc4-4.84/debian/patches/series        2015-04-27 
10:08:57.133550057 +0100
@@ -2,3 +2,4 @@
 0002-info-direntry-description-and-infodir-category.patch
 0003-Set-info-filename.patch
 0020-clean-revision.diff
+0030-reproducible-build.diff

Reply via email to