blob: 91854aa15b9f20d6596f7015b0c258fe20fdde9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
export CABAL=./Setup
# Do use the changelog's version number, rather than making one up.
export RELEASE_BUILD=1
%:
dh $@
override_dh_auto_test:
echo test suite currently disabled until haskell-tasty is out of NEW
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/git-annex/doc/news
|