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 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: tryton-server
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
debhelper (>= 9),
dh-python,
dh-systemd (>= 1.3),
python,
python-dateutil,
python-genshi,
python-lxml,
python-mock,
python-polib,
python-relatorio,
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python-sql,
python-werkzeug,
python-wrapt,
Standards-Version: 3.9.8
Homepage: http://www.tryton.org/
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-server.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-server.git
X-Python-Version: >= 2.7
Package: tryton-server
Architecture: all
Depends:
adduser,
lsb-base,
python-dateutil,
python-genshi,
python-lxml,
python-pkg-resources,
python-polib,
python-relatorio,
python-sql,
python-werkzeug,
python-wrapt,
${misc:Depends},
${python:Depends},
Recommends:
postgresql,
python-bcrypt,
python-levenshtein,
python-psycopg2,
python-pydot,
ssl-cert,
unoconv,
Suggests:
postgresql-client,
python-sphinx,
tryton-client,
tryton-modules-all,
tryton-server-doc,
Description: Tryton Application Platform (Server)
Tryton is a high-level general purpose application platform. It is the base
of a complete business solution as well as a comprehensive health and hospital
information system (GNUHealth). It is written in Python and uses PostgreSQL
as its preferred database engine.
.
This package contains the server.
Package: tryton-server-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Tryton Application Platform (Server Documentation)
Tryton is a high-level general purpose application platform. It is the base
of a complete business solution as well as a comprehensive health and hospital
information system (GNUHealth). It is written in Python and uses PostgreSQL
as its preferred database engine.
.
This package contains the documentation of the server in HTML format.
|