10 lines
182 B
Makefile
10 lines
182 B
Makefile
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
export PYBUILD_NAME=maturin
|
|
|
|
build3vers := $(shell py3versions -sv)
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem pybuild
|