summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 919891609663dd5bd46d6916c3e33f65ffe3f78d (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Avoid using cabal, as it writes to $HOME
export BUILDER=./Setup

# Do use the changelog's version number, rather than making one up.
export RELEASE_BUILD=1

%:
	dh $@