1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: sardana
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>, Carlos Pascual <cpascual@cells.es>
Section: science
Priority: extra
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
python-setuptools,
Build-Depends-Indep: dvipng,
gir1.2-hkl-5.0,
graphviz,
python-itango,
python-lxml,
python-pytango (>= 8.0.3-2),
python-sphinx,
python-sphinx-rtd-theme,
python-taurus (>= 3.6.0+dfsg-1~),
rdfind,
symlinks,
texlive-latex-base,
texlive-latex-extra
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/sardana.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/sardana.git
Homepage: http://www.sardana-controls.org
X-Python-Version: >= 2.6
Package: python-sardana
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
gir1.2-hkl-5.0,
python-itango,
python-lxml,
python-h5py,
python-pytango (>= 8.0.3-2),
python-taurus (>= 3.6.0+dfsg-1~)
Suggests: python-sardana-doc
Breaks: python-taurus (<< 3.3.0+dfsg-2~)
Provides: ${python:Provides}
Replaces: python-taurus (<< 3.3.0+dfsg-2~)
Description: instrument control and data acquisition system - library
Sardana is a Supervision, Control And Data Acquisition (SCADA) system for
scientific installations. It is written in Python and based on the TANGO
library. The hardware control and data acquisition routines can be
accessed via an IPython console and a generic graphical user interface
(both of which are easily extensible by the user).
Package: python-sardana-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: instrument control and data acquisition system - documentation
Sardana is a Supervision, Control And Data Acquisition (SCADA) system for
scientific installations. It is written in Python and based on the TANGO
library. The hardware control and data acquisition routines can be
accessed via an IPython console and a generic graphical user interface
(both of which are easily extensible by the user).
.
This package contains the documentation for the python-sardana library.
|