This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python3-maturin/debian/rules
Ward Nakchbandi (Cosmic Fusion) 3af3e5af52 first commit
2023-06-26 11:55:21 +03:00

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