[FIX] debian deps, recommend antiword and python-gevent
[odoo/odoo.git] / debian / control
1 Source: openerp
2 Section: net
3 Priority: optional
4 Maintainer: OpenERP SA <al@openerp.com>
5 Build-Depends: debhelper (>= 7.0.50~), python, rsync
6 Standards-Version: 3.9.1
7 Homepage: http://www.openerp.com/
8 Vcs-Bzr: https://launchpad.net/openobject
9
10 Package: openerp
11 Section: net
12 Architecture: all
13 Depends:
14  ${misc:Depends},
15  adduser,
16  python,
17  postgresql-client,
18  python-dateutil,
19  python-docutils,
20  python-feedparser,
21  python-gdata,
22  python-imaging,
23  python-jinja2,
24  python-ldap,
25  python-libxslt1,
26  python-lxml,
27  python-mako,
28  python-mock,
29  python-openid,
30  python-psutil,
31  python-psycopg2,
32  python-pybabel,
33  python-pychart,
34  python-pydot,
35  python-pyparsing,
36  python-reportlab,
37  python-simplejson,
38  python-tz,
39  python-unittest2,
40  python-vatnumber,
41  python-vobject,
42  python-webdav,
43  python-werkzeug,
44  python-xlwt,
45  python-yaml,
46  python-zsi
47 Conflicts: tinyerp-server, openerp-server, openerp-web
48 Replaces: tinyerp-server, openerp-server, openerp-web
49 Recommends:
50  antiword,
51  graphviz,
52  ghostscript,
53  postgresql,
54  python-gevent,
55  python-matplotlib,
56  poppler-utils
57 Description: OpenERP Enterprise Resource Management
58  OpenERP, previously known as TinyERP, is a complete ERP and CRM. The main
59  features are accounting (analytic and financial), stock management, sales and
60  purchases management, tasks automation, marketing campaigns, help desk, POS,
61  etc. Technical features include a distributed server, flexible workflows, an
62  object database, a dynamic GUI, customizable reports, and an XML-RPC
63  interface.
64