--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2020-04-01 18:15:31.120487468 +0100 @@ -0,0 +1,17 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2020-04-01 + +--- yaz-5.29.0.orig/yaz-config.in ++++ yaz-5.29.0/yaz-config.in +@@ -14,8 +14,8 @@ echo_include=no + echo_source=yes + echo_lalibs=no + echo_comp=no +-src_root="@abs_top_srcdir@" +-build_root="@abs_top_builddir@" ++src_root="/nonexistent" ++build_root="/nonexistent" + ICU_LIBS="@ICU_LIBS@" + ICU_CPPFLAGS="@ICU_CPPFLAGS@" + SSL_LIBS="@SSL_LIBS@" --- a/debian/patches/series 2020-04-01 18:10:23.033987972 +0100 --- b/debian/patches/series 2020-04-01 18:15:30.084479062 +0100 @@ -1 +1,2 @@ yaz_diag_to_str.patch +reproducible-build.patch