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

export PYBUILD_NAME=cli-helpers

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

override_dh_auto_test:
	# disabled, doesn't work yet