[FIX] deps for debian stable, python 2.6
[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-ldap,
23  python-libxslt1,
24  python-lxml,
25  python-mako,
26  python-mock,
27  python-openid,
28  python-psutil,
29  python-psycopg2,
30  python-pybabel,
31  python-pychart,
32  python-pydot,
33  python-pyparsing,
34  python-reportlab,
35  python-simplejson,
36  python-tz,
37  python-unittest2,
38  python-vatnumber,
39  python-vobject,
40  python-webdav,
41  python-werkzeug,
42  python-xlwt,
43  python-yaml,
44  python-zsi
45 Conflicts: tinyerp-server, openerp-server, openerp-web
46 Replaces: tinyerp-server, openerp-server, openerp-web
47 Recommends:
48  graphviz, ghostscript, postgresql, python-imaging, python-matplotlib
49 Description: OpenERP Enterprise Resource Management
50  OpenERP, previously known as TinyERP, is a complete ERP and CRM. The main
51  features are accounting (analytic and financial), stock management, sales and
52  purchases management, tasks automation, marketing campaigns, help desk, POS,
53  etc. Technical features include a distributed server, flexible workflows, an
54  object database, a dynamic GUI, customizable reports, and NET-RPC and XML-RPC
55  interfaces.
56