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

export PYBUILD_NAME=litecli

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

override_dh_auto_test:
	# disabled, doesn't work yet