summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 3b5d47b04d6af08b8e35e026ac9a0fe1b1aa5d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh --with-autotools-dev --with-autoreconf $@

override_dh_auto_configure:
	test -f configure || sh autogen.sh
	dh_auto_configure

override_dh_auto_clean:
	make clean
	rm -f .deps src/.deps src/*/.deps
	dh_auto_clean