2025-02-09 17:37:38 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
export PYBUILD_NAME=litecli
|
|
|
|
|
|
|
|
%:
|
2025-02-09 17:42:20 +01:00
|
|
|
dh ${@} --buildsystem=pybuild
|
2025-02-09 17:37:38 +01:00
|
|
|
|
2025-02-09 17:51:29 +01:00
|
|
|
execute_after_dh_auto_clean:
|
|
|
|
# help pybuild
|
|
|
|
rm -rf *.egg-info
|
|
|
|
|
2025-02-09 17:37:38 +01:00
|
|
|
override_dh_auto_test:
|
|
|
|
# disabled, doesn't work yet
|