[ADD] python requests library dependency
[odoo/odoo.git] / debian / control
index 2199787..7f7786e 100644 (file)
@@ -1,38 +1,66 @@
-Source: openerp-server
+Source: openerp
 Section: net
 Priority: optional
-Maintainer: Daniel Baumann <daniel@debian.org>
-Build-Depends: debhelper (>= 7), dpatch, python-dev
-Build-Depends-Indep: python-libxml2, python-libxslt1, python-psycopg
-Standards-Version: 3.8.0
+Maintainer: OpenERP SA <al@openerp.com>
+Build-Depends: debhelper (>= 7.0.50~), python, rsync
+Standards-Version: 3.9.1
 Homepage: http://www.openerp.com/
-Vcs-Browser: http://git.debian.net/?p=debian/openerp-server.git
-Vcs-Git: git://git.debian.net/git/debian/openerp-server.git
+Vcs-Bzr: https://launchpad.net/openobject
 
-Package: openerp-server
+Package: openerp
 Section: net
 Architecture: all
-Depends: ${misc:Depends}, adduser, python, python-libxml2, python-libxslt1, python-psycopg, python-reportlab, python-tz
-Conflicts: tinyerp-server (<< 5.0.0~alpha-2)
-Replaces: tinyerp-server
-Recommends: graphviz, postgresql, postgresql-client, python-imaging, python-pyparsing
-Suggests: openerp-client
-Description: Enterprise Resource Management (server)
- OpenERP is a complete ERP and CRM. The main features are accounting (analytic
- and financial), stock management, sales and purchases management, tasks
- automation, marketing campaigns, help desk, POS, etc. Technical features
- include a distributed server, flexible workflows, an object database, a dynamic
- GUI, customizable reports, and NET-RPC and XML-RPC interfaces.
- .
- This package contains the OpenERP server, install openerp-client package for
- the client.
+Depends:
+ ${misc:Depends},
+ adduser,
+ python,
+ postgresql-client,
+ python-dateutil,
+ python-decorator,
+ python-docutils,
+ python-feedparser,
+ python-gdata,
+ python-imaging,
+ python-jinja2,
+ python-ldap,
+ python-libxslt1,
+ python-lxml,
+ python-mako,
+ python-mock,
+ python-openid,
+ python-psutil,
+ python-psycopg2,
+ python-pybabel,
+ python-pychart,
+ python-pydot,
+ python-pyparsing,
+ python-reportlab,
+ python-requests,
+ python-simplejson,
+ python-tz,
+ python-unittest2,
+ python-vatnumber,
+ python-vobject,
+ python-webdav,
+ python-werkzeug,
+ python-xlwt,
+ python-yaml,
+ python-zsi
+Conflicts: tinyerp-server, openerp-server, openerp-web
+Replaces: tinyerp-server, openerp-server, openerp-web
+Recommends:
+ antiword,
+ graphviz,
+ ghostscript,
+ postgresql,
+ python-gevent,
+ python-matplotlib,
+ poppler-utils
+Description: OpenERP Enterprise Resource Management
+ OpenERP, previously known as TinyERP, is a complete ERP and CRM. The main
+ features are accounting (analytic and financial), stock management, sales and
+ purchases management, tasks automation, marketing campaigns, help desk, POS,
+ etc. Technical features include a distributed server, flexible workflows, an
+ object database, a dynamic GUI, customizable reports, and an XML-RPC
+ interface.
 
-Package: tinyerp-server
-Architecture: all
-Depends: openerp-server
-Description: Enterprise Resource Management (server; transitional package)
- Package to ease upgrading from older tinyerp-server packages to the new
- openerp-server package.
- .
- This package can be purged at anytime once the openerp-server package has been
- installed.