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 77 78 79 80 81 82 83 84 85 86 87
|
Source: tryton-server
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
init-system-helpers (>= 1.51),
python3,
python3-bcrypt,
python3-dateutil,
python3-defusedxml,
python3-genshi,
python3-lxml,
python3-mock,
python3-passlib,
python3-polib,
python3-relatorio (>= 0.7),
python3-setuptools,
python3-sphinx,
python3-sql,
python3-werkzeug,
python3-wrapt
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/tryton-team/tryton-server
Vcs-Git: https://salsa.debian.org/tryton-team/tryton-server.git
Homepage: http://www.tryton.org/
Package: tryton-server
Architecture: all
Depends: adduser,
lsb-base,
python3-bcrypt,
python3-dateutil,
python3-defusedxml,
python3-genshi,
python3-lxml,
python3-pkg-resources,
python3-passlib,
python3-polib,
python3-relatorio (>= 0.7),
python3-sql,
python3-werkzeug,
python3-wrapt,
${misc:Depends},
${python3:Depends}
Recommends: libreoffice-calc,
libreoffice-writer,
postgresql,
python3-html2text,
python3-levenshtein,
python3-psycopg2,
python3-pydot,
ssl-cert
Suggests: postgresql-client,
python3-sphinx,
tryton-client,
tryton-modules-all,
tryton-server-doc
Breaks: tryton-modules-all (<< 4.4),
tryton-modules-calendar (<< 4.4),
tryton-modules-calendar-classification (<< 4.4),
tryton-modules-calendar-scheduling (<< 4.4),
tryton-modules-calendar-todo (<< 4.4),
tryton-modules-party-vcarddav (<< 4.4),
tryton-modules-webdav (<< 4.4)
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.
|