Source: zodb
Section: zope
Priority: extra
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian@vanguardistas.net>,
           Fabio Tranchitella <kobold@debian.org>
Build-Depends: debhelper (>= 9),
               python-all-dev (>= 2.6.6-3~),
               python-setuptools,
               python-van.pydeb (>= 1.3.3-2),
               dh-python,
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
XS-Testsuite: autopkgtest
Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zodb/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zodb/trunk
Homepage: http://zodb.org/

Package: python-zodb
Architecture: any
Depends: ${pydeb:Depends},
         ${python:Depends},
         ${misc:Depends},
         ${shlibs:Depends},
         python-persistent
Provides: ${pydeb:Provides}
Suggests: ${pydeb:Suggests}
Conflicts: zope3
Description: Zope Object Database (ZODB)
 The Zope Object Database is an object-oriented database for Python that
 provides a high-degree of transparency. Applications can take advantage of
 object database features with few, if any, changes to application logic. 
 .
 ZODB includes features such as a pluggable storage interface, rich transaction
 support, and undo.
