13 lines
226 B
Text
13 lines
226 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh ${@} --buildsystem=pybuild
|
||
|
|
||
|
override_dh_auto_test:
|
||
|
# currently 4 tests fail, 1031 pass - needs fixing upstream
|
||
|
dh_auto_test || true
|
||
|
|
||
|
execute_after_dh_auto_clean:
|
||
|
# help pybuild
|
||
|
rm -rf *.egg-info
|