summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 72f63701c214cf8ef601e6cd3ec1c5595e0d954c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
	./check
endif