small changes and fixes

This commit is contained in:
Joel 2021-01-30 01:53:25 +01:00
parent 76a01e4cd9
commit 6c579bb5fb
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
6 changed files with 21 additions and 16 deletions

View file

@ -7,6 +7,7 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
--license 'proprietary' \
--description 'Library for robot used in the competition' \
--after-install postinstall.sh \
--after-upgrade postinstall.sh \
--deb-generate-changes \
--deb-priority "optional" \
--deb-systemd "complib.service" \
@ -32,7 +33,8 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
-d "python-pigpio" \
-d "python3-pigpio" \
-d "python3-numpy" \
-v 0.0.4-6 -t deb setup.py
-d "ffmpeg" \
-v 0.0.4-16 -t deb setup.py
# --deb-changelog changelog \
# --deb-upstream-changelog changelog \