diff --git a/makedeb.sh b/makedeb.sh new file mode 100755 index 00000000..cf4cae7e --- /dev/null +++ b/makedeb.sh @@ -0,0 +1,22 @@ +#!/bin/bash +if [ -f dist ]; then + rm -r dist +fi + +sudo apt install equivs +sudo mk-build-deps --install debian/control + +chmod +x deps/pjsip/configure +chmod +x deps/pjsip/aconfigure + +python3 setup.py sdist + +cd dist +tar zxvf *.tar.gz + +cd python3-sipsimple-?.?.? + +debuild --no-sign + +ls +