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