Make Debian package

This commit is contained in:
Yohann D'ANELLO
2020-11-19 03:29:00 +01:00
parent 926fba1e82
commit b869331abb
7 changed files with 73 additions and 0 deletions

5
debian/rules vendored Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/make -f
export DH_VERBOSE = 1
%:
dh $@ --with python3 --buildsystem=pybuild