File: 0004-Reproducile-build

package info (click to toggle)
librep 0.92.7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,176 kB
  • sloc: ansic: 31,304; lisp: 11,265; sh: 3,594; makefile: 456; sed: 93
file content (16 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Make the build reproducible
Author: Chris Lamb <lamby@debian.org>
Last-Update: 2016-08-16

--- librep-0.92.5.orig/src/misc.c
+++ librep-0.92.5/src/misc.c
@@ -35,8 +35,7 @@
 
 void (*rep_beep_fun)(void);
 
-DEFSTRING(build_id_string,
-	  BUILD_DATE " by " BUILD_USER "@" BUILD_HOST".");
+DEFSTRING(build_id_string, "generic-build-id");
 DEFSTRING(rep_version_string, REP_VERSION);
 
 DEFSYM(operating_system, "operating-system");