--- a/debian/patches/reproducible-build.patch 1970-01-01 02:00:00.000000000 +0200 --- b/debian/patches/reproducible-build.patch 2015-11-29 10:46:09.883968933 +0200 @@ -0,0 +1,12 @@ +--- liberasurecode-1.1.0.orig/Makefile.am ++++ liberasurecode-1.1.0/Makefile.am +@@ -32,7 +32,8 @@ thisinclude_HEADERS = \ + include/rs_vand/liberasurecode_rs_vand.h + + install-exec-hook: +- -(cd $(DESTDIR)$(includedir) && \ ++ -(mkdir -p $(DESTDIR)$(includedir) && \ ++ cd $(DESTDIR)$(includedir) && \ + rm -f erasurecode.h erasurecode_version.h \ + erasurecode_stdinc.h erasurecode_helpers.h \ + config_liberasurecode.h && \ --- a/debian/patches/series 2015-11-29 10:39:50.756146236 +0200 --- b/debian/patches/series 2015-11-29 10:46:07.603946325 +0200 @@ -1,2 +1,3 @@ disable-sse.patch use-full-soname.patch +reproducible-build.patch