Package: mtink / 1.0.16-11

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
Description: Reproducible build
 This patch stops including the build date and time in version strings.
Author: Graham Inggs <graham@nerve.org.za>
Forwarded: no
Last-Update: 2015-05-31
--- a/mainSrc/mtink.c
+++ b/mainSrc/mtink.c
@@ -980,7 +980,6 @@
                 strncmp("--v", argv[0], 3) == 0 )
       {
          printf("%-8s: %s\n",prgName,VERSION);
-         printf("compiled: %s %s\n",__DATE__,__TIME__);
          printf("Author  : Jean-Jacques Sarton\n");
          printf("URL     : http://xwtools.automatix.de\n");
          exit(0);
--- a/mainSrc/ttink.c
+++ b/mainSrc/ttink.c
@@ -345,7 +345,6 @@
                 strncmp("--v", argv[0], 3) == 0 )
       {
          printf("%-8s: %s\n",prgName,VERSION);
-         printf("compiled: %s %s\n",__DATE__,__TIME__);
          printf("Author  : Jean-Jacques Sarton\n");
          printf("URL     : http://xwtools.automatix.de\n");
          exit(0);