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

export PYBUILD_NAME=mycli

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

override_dh_auto_test:
	# disabled, doesn't work yet