5 lines
69 B
Text
5 lines
69 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh ${@} --buildsystem=pybuild --with python3
|