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
|
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), python (>= 2.6.6-3~), python-setuptools,
python-sphinx (>= 1.0.7+dfsg), dh-python
Standards-Version: 3.9.5
Homepage: http://www.tryton.org/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-server.git
Vcs-Git: git://debian.tryton.org/packages/tryton-server.git
X-Python-Version: >= 2.6
Package: tryton-server
Architecture: all
Depends:
${misc:Depends}, ${python:Depends}, adduser, python-dateutil, python-genshi,
python-lxml, python-relatorio, python-simplejson, python-polib, python-sql,
python-pkg-resources
Recommends:
postgresql, python-psycopg2, postgresql-client, python-levenshtein,
python-pydot, python-tz, python-webdav
Suggests:
tryton-client | tryton-neso, tryton-server-doc, tryton-modules-all,
python-psyco, python-sphinx, unoconv, libreoffice-draw,
libreoffice-writer, libreoffice-calc
Description: Tryton Application Platform (Server)
Tryton is a high-level general purpose application platform written in Python
and using PostgreSQL as database engine. It is the core base of a complete
business solution.
.
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 written in Python
and using PostgreSQL as database engine. It is the core base of a complete
business solution.
.
This package contains the documentation of the server in HTML format.
|