--- a/debian/patches/0006-Reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/0006-Reproducible-build.patch 2019-05-19 10:49:23.787860021 +0100 @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2019-05-19 + +--- xorg-gtest-0.7.1.orig/doc/Doxyfile.in ++++ xorg-gtest-0.7.1/doc/Doxyfile.in +@@ -142,7 +142,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-05-19 10:43:00.703835521 +0100 --- b/debian/patches/series 2019-05-19 10:49:22.535879775 +0100 @@ -6,3 +6,4 @@ 0003-doc-update-doxygen-file.patch 0004-doc-remove-DOT_FONTNAME-from-doxygen.in.patch 0005-Properly-escape-the-D-string-defines.patch +0006-Reproducible-build.patch