--- a/debian/patches/0005-Reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/0005-Reproducible-build.patch 2019-09-06 08:39:25.595853862 +0100 @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2019-09-06 + +--- libubootenv-0.1.orig/docs/Doxyfile.in ++++ libubootenv-0.1/docs/Doxyfile.in +@@ -149,7 +149,7 @@ INLINE_INHERITED_MEMB = NO + # shortest path that makes the file name unique will be used + # The default value is: YES. + +-FULL_PATH_NAMES = YES ++FULL_PATH_NAMES = NO + + # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. + # Stripping is only done if one of the specified strings matches the left-hand --- a/debian/patches/series 2019-09-06 08:33:18.524296493 +0100 --- b/debian/patches/series 2019-09-06 08:35:31.265603420 +0100 @@ -2,3 +2,4 @@ 0002-Add-support-GNUInstallDirs.patch 0003-Change-name-of-the-output-static-library-to-libuboot.patch 0004-Add-the-static-library-for-installation.patch +0005-Reproducible-build.patch