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

export PREFIX=/usr

%:
	dh $@

override_dh_auto_clean:
	# don't call `make clean`, in a release dist/ is precious
	rm -f po/LINGUAS

override_dh_auto_test:
	# don't call `make check`, these are integration tests