Some checks failed
Build and Publish Debian Package / Build Debian Package (push) Failing after 1m21s
6 lines
71 B
Makefile
6 lines
71 B
Makefile
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=mock
|
|
|
|
%:
|
|
dh $@ --with python3
|