blob: 423a183b48e7f5b2b6d55ad8d3f86e86f9cbe365 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
export PYBUILD_NAME=litecli
%:
dh ${@} --buildsystem=pybuild
execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info
override_dh_auto_test:
# disabled, doesn't work yet
|