support building with BUILDER=stack to use stack instead of cabal

This commit is contained in:
Joey Hess 2015-12-28 14:10:08 -04:00
parent ee8113959a
commit 441573a92b
Failed to extract signature
3 changed files with 21 additions and 11 deletions

2
debian/rules vendored
View file

@ -1,6 +1,6 @@
#!/usr/bin/make -f
export CABAL=debian/cabal-wrapper
export BUILDER=debian/cabal-wrapper
STANDALONE_BUILD=$(shell grep -qe '^Package: git-annex-standalone' debian/control \
&& echo 1 || echo 0)