summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 589b3a2e772e52cf702defa258a10f909c91912c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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:
	rm -f .deps src/.deps src/*/.deps
	dh_auto_clean