python-validity/debian/rules
Viktor Dragomiretskyy 23498ba122 Added debian packaging
2020-07-10 17:48:51 +12:00

10 lines
210 B
Makefile
Executable file

#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
python3 ./setup.py install --root=$(CURDIR)/debian/tmp --prefix=/usr --install-layout=deb