From d74d6e8ff464cd22a7990adc9b44eec41bd28489 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 22 Oct 2016 17:41:06 -0700 Subject: pass -j1 for a reproducible build --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index c0fd936..f0b77d3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,10 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export BUILDER=./Setup +export BUILDER = ./Setup # ^ cabal likes to write to $HOME +export BUILDEROPTIONS = -j1 +# ^ in the hope of making the build reproducible (see Makefile) %: dh $@ -- cgit v1.2.3