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.
This commit is contained in:
Yaroslav Halchenko 2018-08-03 22:46:49 -04:00 committed by Joey Hess
parent f42e5a9c03
commit 37a9d2572b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

2
debian/rules vendored
View file

@ -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