[Reproducible-builds] Bug#834534: librep: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Aug 16 19:33:46 UTC 2016


Source: librep
Version: 0.92.5-3
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that librep could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/patches/0004-Reproducile-build	1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/0004-Reproducile-build	2016-08-16 20:23:32.586244340 +0100
@@ -0,0 +1,16 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at 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");
--- a/debian/patches/series	2016-08-16 20:03:38.630751305 +0100
--- b/debian/patches/series	2016-08-16 20:20:17.632595385 +0100
@@ -1,3 +1,4 @@
 0001-Fix-inline_Fcons-for-compiling-with-gcc-5.0.patch
 0002-guess-stack-direction
 0003-hppa-metag-stack-direction
+0004-Reproducile-build


More information about the Reproducible-builds mailing list