Package: yorick / 2.2.04+dfsg1-6

reproducible-build Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Description: Make build reproducible
 Remove timestamps and other non-reproducible, irrelevant data from files produced.
Author: Thibaut Paumard <thibaut@debian.org>
Origin: Vendor
Forwarded: no
Last-Update: 2015-05-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure
+++ b/configure
@@ -41,8 +41,6 @@
 curdate=`date`
 cursystem=`uname -a`
 cat >Make.cfg <<EOF
-# Make.cfg built by configure script on $curdate
-# $cursystem
 SHELL=/bin/sh
 EOF
 
--- a/mpy/configure
+++ b/mpy/configure
@@ -144,8 +144,6 @@
 
 cat >Makempy <<EOF
 # Makempy configure results for mpy
-# generated by mpy configure script on $curdate
-# $cursystem
 
 CC=$mpicc_exe
 FC=$mpifc_exe
--- a/play/unix/config.sh
+++ b/play/unix/config.sh
@@ -19,8 +19,7 @@
 #endif
 EOF
 cat >config.0h <<EOF
-/* config.h from config.sh script $curdate
- * $cursystem
+/* config.h from config.sh script
  * always empty -- see D_... defines in Make.cfg
  */
 EOF