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

export PYBUILD_NAME=vmdb2

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

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