Source: gnue-common
Section: interpreters
Priority: optional
Maintainer: Andrew Mitchell <ajmitch@gnu.org>
Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3)
Standards-Version: 3.6.1

Package: gnue-common
Architecture: all
Depends: ${python:Depends}, python-egenix-mxdatetime
Recommends: python-pysqlite2 | python-sqlite | python-psycopg2 | python-psycopg | python-pygresql | python-pgsql | python-mysqldb | python-kinterbasdb | python-maxdb
Suggests: gnue-forms, gnue-reports, gnue-appserver
Description: GNU Enterprise Common Library for use with the GNUe tools
 GNUe-Common provides a set of images and classes that GNUe-Forms, 
 GNUe-Reports, GNUe-Appserver and GNUe-Designer and others are dependent
 upon.
 It implements a database-abstraction layer that provides support for most
 major databases. A builtin XML-to-Object parser and Object-to-XML marshaller
 are used by Forms, Reports, and Designer to save and read Forms/Report
 definitions to and from an XML file. It also defines and implements an
 RPC abstraction layer that will allow server processes to define their
 public methods once and have them available to CORBA, XML-RPC, SOAP, and
 DCOM clients.
