Package: units / 2.18-1

reproducible.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Make the build reproducible
Author: Stephen Kitt <skitt@debian.org>

texi2man includes the date in its output, which makes the build
unreproducible. Dropping the date fixes this.

--- a/texi2man
+++ b/texi2man
@@ -21,7 +21,7 @@
 $args=($#ARGV < 0) ? "stdin" : "@ARGV";
 
 printf(".\\\"Do not edit this file.  It was created from %s\n", $args);
-printf(".\\\"using texi2man version %s on %s", $version, `date`);
+printf(".\\\"using texi2man version", $version);
 
 while(<>)
 {