Source: tf5 Version: 5.0beta8-5 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], I noticed that tf5 could not be built reproducibly. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/patches/reproducible-build 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build 2016-08-14 01:41:59.936125384 +0100 @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb <la...@debian.org> +Last-Update: 2016-08-14 + +--- tf5-5.0beta8.orig/src/tfdefs.h.in ++++ tf5-5.0beta8/src/tfdefs.h.in +@@ -7,7 +7,7 @@ + ************************************************************************/ + /* $Id: tfdefs.h.in,v 35004.8 2007/01/13 23:12:39 kkeys Exp $ */ + +-#define UNAME "@UNAME@" ++#define UNAME "generic" + #define stringify_token(s) #s + #define stringify_value(s) stringify_token(s) + #define DEFAULT_TFLIBD stringify_value(DATADIR) "/@LIBNAME@" --- a/debian/patches/series 2016-08-14 01:38:33.246414208 +0100 --- b/debian/patches/series 2016-08-14 01:41:58.860116560 +0100 @@ -1 +1,2 @@ debian-changes +reproducible-build