From 69543795d6093472d171b1c04bcf92464aa60beb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Feb 2016 13:56:27 -0400 Subject: move -j1 setting to BUILDEROPTIONS, set in debian/rules file I needed BUILDEROPTIONS to allow passing flags to stack build, but it also lets me move the -j1 out of the normal build path, and to debian/rules which has the goal of having a reproducible build --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 7523e2f83..b290eadcd 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,9 @@ export BUILDER=debian/cabal-wrapper +# -j1 is used for reproducible build +export BUILDEROPTIONS=-j1 + STANDALONE_BUILD=$(shell grep -qe '^Package: git-annex-standalone' debian/control \ && echo 1 || echo 0) -- cgit v1.2.3