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

BUILD_HOME=debian/build-home

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	dh_autoreconf

override_dh_auto_test:
	mkdir -p $(BUILD_HOME)
	HOME=$(BUILD_HOME) dh_auto_test
	rm -Rfv $(BUILD_HOME)