Launchpad automatic translations update.
[odoo/odoo.git] / debian / control
1 Source: openerp-server
2 Section: net
3 Priority: optional
4 Maintainer: OpenERP SA. <xrg@openerp.com>
5 Uploaders: Xrg <xrg@openerp.com>
6 Build-Depends: debhelper (>= 7.0.50~), python
7 Build-Depends-Indep:
8  python-libxslt1, python-lxml, python-pychart, python-pydot, python-psycopg2,
9  python-reportlab
10 Standards-Version: 3.9.1
11 Homepage: http://www.openerp.com/
12 Vcs-Browser: http://git.hellug.gr/?p=xrg/openobject-server;a=summary
13 Vcs-Git: http://members.hellug.gr/xrg/repos/openobject-server
14 Vcs-Bzr: https://code.launchpad.net/openobject-server
15
16 Package: openerp-server
17 Section: net
18 Architecture: all
19 Depends:
20  ${misc:Depends}, adduser, python, python-dateutil, python-libxslt1,
21  python-lxml, python-psycopg2, python-pydot, python-pychart, python-reportlab,
22  python-tz, python-pyparsing, python-yaml, python-mako,
23  postgresql-client (>=8.2)
24 Conflicts: tinyerp-server
25 Replaces: tinyerp-server
26 Recommends:
27  graphviz, ghostscript, postgresql, python-imaging,
28  python-matplotlib
29 Suggests: openerp-client
30 Description: Enterprise Resource Management (server)
31  Open ERP, previously known as TinyERP, is a complete ERP and CRM. The main
32  features are accounting (analytic and financial), stock management, sales and
33  purchases management, tasks automation, marketing campaigns, help desk, POS,
34  etc. Technical features include a distributed server, flexible workflows, an
35  object database, a dynamic GUI, customizable reports, and NET-RPC and XML-RPC
36  interfaces.
37  .
38  This package contains the Open ERP server, install openerp-client package for
39  the client.
40