mirror of https://github.com/buildinspace/peru.git
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
# -*- makefile -*-
|
||
|
|
||
|
#export DH_VERBOSE=1
|
||
|
export PYBUILD_NAME=peru
|
||
|
|
||
|
%:
|
||
|
dh $@ --with python3 --buildsystem=pybuild
|