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

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	touch ChangeLog
	dh_autoreconf

override_dh_auto_clean:
	if [ -s ChangeLog ]; then rm -f ChangeLog; fi
	dh_auto_clean