python3-fvs/debian/rules

10 lines
178 B
Plaintext
Raw Permalink Normal View History

2023-06-26 12:00:32 +02:00
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=FVS
build3vers := $(shell py3versions -sv)
%:
dh $@ --with python3 --buildsystem pybuild