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

override_dh_auto_install:
	# Disabled. See debian/*.install files

override_dh_clean:
	dh_clean
	find -type d -name CVS | xargs --no-run-if-empty rm -rf
%:
	dh $@

# End of file