2025-02-07 00:47:47 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
export PYBUILD_NAME=cli-helpers
|
|
|
|
|
|
|
|
%:
|
2025-02-07 00:49:14 +01:00
|
|
|
dh ${@} --buildsystem=pybuild
|
2025-02-07 00:47:47 +01:00
|
|
|
|
2025-02-07 00:57:51 +01:00
|
|
|
execute_after_dh_auto_clean:
|
|
|
|
# help pybuild
|
|
|
|
rm -rf *.egg-info
|
|
|
|
|
2025-02-07 00:47:47 +01:00
|
|
|
override_dh_auto_test:
|
|
|
|
# disabled, doesn't work yet
|