python3-fvs/debian/rules
Ward Nakchbandi (Cosmic Fusion) ae31baec38 first commit
2023-06-26 13:00:32 +03:00

10 lines
178 B
Makefile

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