Source: snapper Version: 0.2.4-1 Severity: wishlist Dear Maintainer,
I noticed that the snapper package failed to build reproducibly. I have attached a patch that makes the build reproducible for me. Thanks, Sascha
diff --git a/debian/rules b/debian/rules index 8ebbc12..1a111f4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f include /usr/share/dpkg/architecture.mk - +export CONFIG_SHELL:=/bin/sh %: dh $@ --with autoreconf

