added build scripts for deb package
This commit is contained in:
parent
0b4611b93e
commit
728e7ff4d0
3 changed files with 33 additions and 1 deletions
7
build.sh
Normal file
7
build.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
python3 setup.py sdist
|
||||
cd dist || exit
|
||||
tar -xzmf *.tar.gz
|
||||
cd complib-0.0.1 || exit
|
||||
debmake -b":python3"
|
||||
gbp buildpackage --git-sign-tags --git-keyid=97B61E4D515353C0A498D2AB22680B5AAC0C4FCE --git-ignore-new # git ignore while developing
|
Reference in a new issue