small changes and fixes
This commit is contained in:
parent
76a01e4cd9
commit
6c579bb5fb
6 changed files with 21 additions and 16 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue