chore(build): added deb package
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_install:
|
||||
python3 -m build --wheel --no-isolation
|
||||
python3 -m installer --destdir=$(CURDIR)/debian/tmp dist/*.whl
|
||||
dh_auto_install
|
||||
|
||||
override_dh_usrlocal:
|
||||
# Nothing to do, since we don't install anything to /usr/local
|
||||
Reference in New Issue
Block a user