frappy/debian/control
Enrico Faulhaber 8e619a67d4 fix debian files
to work again (hopefully).

Also:
 - few minor tweaks for py3
 - added psi facility
 - split secop-gui into separate package, so secop-core doesn't need QT

Change-Id: I457d3c9c60c78feb40e15c2fb153ce0d3491d1e8
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/21327
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
Tested-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
2019-09-26 16:24:58 +02:00

75 lines
1.6 KiB
Plaintext

Source: secop-core
Section: misc
Priority: optional
Maintainer: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Build-Depends: debhelper (>= 9.0.0),
dh-python,
git,
python3,
python3-setuptools,
python3-sip-dev,
python3-pyqt5
Standards-Version: 4.3.0
Package: secop-core
Architecture: all
Depends: python (>= 3.6),
${misc:Depends},
${python3:Depends},
python3-setuptools,
python3-numpy,
python3-psutil (>= 0.4),
python3-mlzlog,
markdown,
python3-daemon,
python3-pytest
Description: Frappy SECoP core system
contains the core server and client libraries and the server binary
as well as the systemd integration
Package: secop-gui
Architecture: all
Depends: secop-core,
${misc:Depends},
${python3:Depends},
python3-pyqt (>=4)
Description: Frappy SECoP gui client + cfgtool
contains the GUI client and the configurator
Package: secop-demo
Architecture: all
Depends: secop-core,
${misc:Depends},
${python3:Depends}
Description: SECoP demo files
for demonstration purposes
Recommends: secop-gui
Package: secop-ess
Architecture: all
Depends: secop-core,
${misc:Depends},
${python3:Depends}
Description: SECoP ess files
Modules specific for ESS (http://esss.se)
Recommends: secop-gui
Package: secop-mlz
Architecture: all
Depends: secop-core,
${misc:Depends},
${python3:Depends},
python-pytango (>=9)
Description: SECoP mlz files
Modules specific for MLZ (http://mlz-garching.de)
Recommends: secop-gui
Package: secop-psi
Architecture: all
Depends: secop-core,
${misc:Depends},
${python3:Depends}
Description: SECoP psi files
Modules specific for PSI (http://psi.ch)
Recommends: secop-gui