python3-orjson/debian/rules

15 lines
295 B
Plaintext
Raw Normal View History

2023-06-26 11:49:08 +02:00
#!/usr/bin/make -f
2023-06-26 11:54:31 +02:00
DEB_BUILD_OPTIONS=nocheck
2023-06-26 11:49:08 +02:00
%:
dh $@ --with python3 --buildsystem pybuild
override_dh_auto_build:
maturin build --release --strip
override_dh_install:
mkdir -p debian/python3-orjson
python3 -m installer --destdir="debian/python3-orjson" target/wheels/*.whl
dh_install