From 37a9d2572b9cd27dacf26cde0bd917b4f8e2e0cf Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 3 Aug 2018 22:46:49 -0400 Subject: [PATCH] BF: debian/rules -- use BUILDER=./Setup to avoid network access per Joey's recommendation original cabal issue/reason: https://github.com/haskell/cabal/issues/5363 Seems to build ok now even on buster. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b290eadcd7..df298d4a2a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export BUILDER=debian/cabal-wrapper +export BUILDER=./Setup # -j1 is used for reproducible build export BUILDEROPTIONS=-j1