13 lines
209 B
Makefile
Executable file
13 lines
209 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=eos-downloader
|
|
|
|
%:
|
|
dh ${@} --buildsystem=pybuild
|
|
|
|
execute_after_dh_auto_clean:
|
|
# help pybuild
|
|
rm -rf *.egg-info
|
|
|
|
override_dh_auto_test:
|
|
# disabled: requires network
|