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