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

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

%:
	dh $@

override_dh_auto_build:
	$(MAKE) build
override_dh_installdocs:
	dh_installdocs README.md TODO
override_dh_installman:
	dh_installman debian/propellor.1