[Python-apps-commits] r9471 - in packages (6 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Wed Mar 6 21:45:36 UTC 2013


    Date: Wednesday, March 6, 2013 @ 21:45:33
  Author: debacle
Revision: 9471

Start work on #702441.

Added:
  packages/trac-subcomponents/
  packages/trac-subcomponents/branches/
  packages/trac-subcomponents/tags/
  packages/trac-subcomponents/trunk/
  packages/trac-subcomponents/trunk/debian/
Modified:
  packages/openerp6/trunk/debian/control

Modified: packages/openerp6/trunk/debian/control
===================================================================
--- packages/openerp6/trunk/debian/control	2013-03-04 10:21:30 UTC (rev 9470)
+++ packages/openerp6/trunk/debian/control	2013-03-06 21:45:33 UTC (rev 9471)
@@ -1,4 +1,4 @@
-Source: openerp6
+Source: openerp7
 Section: net
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
@@ -12,72 +12,25 @@
 Standards-Version: 3.9.2
 Homepage: http://www.openerp.com/
 
-Package: openerp6-server
+Package: openerp7
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6)
 Depends:
- ${python:Depends}, ${misc:Depends}, adduser, python, python-dateutil, python-libxslt1,
- python-lxml, python-psycopg2, python-pydot, python-pychart, python-reportlab,
- python-tz, python-pyparsing, python-yaml, python-mako, dbconfig-common,
- postgresql-client (>=8.2), ucf, ssl-cert
-Conflicts: openerp-server
-Replaces: openerp-server
-Recommends:
- graphviz, ghostscript, postgresql, python-imaging,
- python-matplotlib
-Suggests: openerp6-client
-Description: Enterprise Resource Management (server)
- Open ERP, 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 NET-RPC and XML-RPC
- interfaces.
- .
- This package contains the Open ERP server, install openerp-client package for
- the client.
-
-Package: openerp6-web
-Architecture: all
-Pre-Depends: dpkg (>= 1.15.6)
-Depends:
- ${misc:Depends}, ${python:Depends}, adduser, libjs-mochikit (>= 1.4),
- libjs-mootools, python-beaker (>= 1.1), python-cherrypy3 (>= 3.1.2),
- python-dateutil, python-feedparser, python-formencode (>= 1.2.2),
- python-mako (>= 0.2.5), python-pybabel (>= 0.9.4), python-pyparsing,
- python-simplejson (>= 2.0.9), ckeditor, libapache2-mod-wsgi, libjs-jquery-form
-Recommends: openerp6-server
-Suggests: openerp6-client
-Replaces: openerp-web
-Conflicts: openerp-web
-Description: Enterprise Resource Management (web frontend)
- Open ERP, 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 NET-RPC and XML-RPC
- interfaces.
- .
- This package contains the Open ERP web frontend, install openerp6-client
- package for the desktop client.
-
-Package: openerp6-client
-Pre-Depends: dpkg (>= 1.15.6)
-Architecture: all
-Depends:
- ${misc:Depends}, ${python:Depends}, python-glade2, python-gtk2, python-pydot, python-tz,
- python-lxml,
- python-hippocanvas, python-matplotlib
-Recommends:
- python-openssl, openoffice.org-writer, evince | pdf-viewer
-Suggests: openerp6-server
-Description: Enterprise Resource Management (client)
- Open ERP, 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 NET-RPC and XML-RPC
- interfaces.
- .
- This package contains the Open ERP client, install openerp6-server package for
- the server.
+ ${python:Depends}, ${misc:Depends}, adduser, python, postgresql-client,
+ python-dateutil, 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-simplejson, python-tz, python-unittest2,
+ python-vatnumber, python-vobject, python-webdav, python-werkzeug, python-xlwt,
+ python-yaml, python-zsi,
+ libjs-backbone, 
+Conflicts: openerp-server, openerp-web
+Replaces: openerp-server, openerp-web
+Recommends: graphviz, ghostscript, postgresql, python-matplotlib, poppler-utils
+Description: Enterprise Resource Management
+ OpenERP is a complete ERP (Enterprise Resource Planning) and CRM (Customer
+ Relationship Management). 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.




More information about the Python-apps-commits mailing list