added python3-complib_1.0.0-1_all.deb
This commit is contained in:
parent
8d19e876ab
commit
b2281e2a31
6 changed files with 2 additions and 28 deletions
|
@ -1,6 +1,6 @@
|
||||||
##!/usr/bin/zsh
|
##!/usr/bin/zsh
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
export VERSION="1.0.0-0"
|
export VERSION="1.0.0-1"
|
||||||
|
|
||||||
# BE CAREFUL TO NOT BUILD IN A PYTHON VENV!
|
# BE CAREFUL TO NOT BUILD IN A PYTHON VENV!
|
||||||
|
|
||||||
|
@ -12,27 +12,12 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
|
||||||
--after-install postinstall.sh \
|
--after-install postinstall.sh \
|
||||||
--after-upgrade postinstall.sh \
|
--after-upgrade postinstall.sh \
|
||||||
--deb-priority "optional" \
|
--deb-priority "optional" \
|
||||||
--deb-systemd "complib.service" \
|
|
||||||
-d "python3-pip" \
|
-d "python3-pip" \
|
||||||
-d "nginx" \
|
-d "nginx" \
|
||||||
-d "libnginx-mod-rtmp" \
|
-d "libnginx-mod-rtmp" \
|
||||||
-d "libsystemd-dev" \
|
|
||||||
-d "python3-systemd" \
|
|
||||||
-d "gstreamer1.0-tools" \
|
|
||||||
-d "gstreamer1.0-plugins-bad" \
|
|
||||||
-d "gstreamer1.0-plugins-base" \
|
|
||||||
-d "gstreamer1.0-plugins-good" \
|
|
||||||
-d "gstreamer1.0-omx-rpi" \
|
|
||||||
-d "gstreamer1.0-omx-rpi-config" \
|
|
||||||
-d "opencv-dev" \
|
|
||||||
-d "opencv-libs" \
|
|
||||||
-d "opencv-licenses" \
|
|
||||||
-d "opencv-main" \
|
|
||||||
-d "opencv-python" \
|
|
||||||
-d "opencv-scripts" \
|
|
||||||
-d "libatlas-base-dev" \
|
-d "libatlas-base-dev" \
|
||||||
-d "python3-numpy" \
|
-d "python3-numpy" \
|
||||||
-d "ffmpeg" \
|
-d "compsrv" \
|
||||||
-v $VERSION -t deb setup.py
|
-v $VERSION -t deb setup.py
|
||||||
|
|
||||||
mkdir build_extract
|
mkdir build_extract
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
client_s2/build_extract/python3-complib_1.0.0-1_all.deb
Normal file
BIN
client_s2/build_extract/python3-complib_1.0.0-1_all.deb
Normal file
Binary file not shown.
|
@ -1,11 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Monitoring service
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/python3 /usr/local/lib/python3.7/dist-packages/compLib/IPService.py
|
|
||||||
Environment="debug=False"
|
|
||||||
Restart=always
|
|
||||||
RestartSec=5
|
|
||||||
Type=notify
|
|
||||||
[Install]
|
|
||||||
Alias=complib
|
|
||||||
WantedBy=default.target
|
|
Reference in a new issue