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

export PYBUILD_NAME=cli-helpers

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

override_dh_auto_test:
	# disabled, doesn't work yet