Source: doctrine
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper (>= 9),
               doctrine-sphinx-theme,
               help2man,
               php-doctrine-dbal (>= 2.4.5),
               php-symfony-console (>= 2.4),
               php-symfony-yaml (>= 2.4),
               phpab,
               pkg-php-tools (>= 1.7~),
               python-pygments,
               python-sphinx,
               rubber,
               texlive-fonts-recommended,
               texlive-latex-extra,
               texlive-latex-recommended
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-php/doctrine.git -b 2.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/doctrine.git
Homepage: http://www.doctrine-project.org/projects/orm.html

Package: php-doctrine-orm
Architecture: all
Depends: php-doctrine-dbal (>= 2.4.5),
         php-mysql | php-pgsql | php-sqlite3 | php-sybase,
         php-symfony-console (>= 2.4),
         ${misc:Depends},
         ${phpcomposer:Debian-require}
Recommends: doctrine-orm-doc, ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: doctrine, ${phpcomposer:Debian-provide}
Description: tool for object-relational mapping
 ${phpcomposer:description}.
 Doctrine 2 is an object-relational mapper (ORM) for PHP that provides
 transparent persistence for PHP objects. It sits on top of a powerful
 database abstraction layer (DBAL). One of its key features is the
 option to write database queries in a proprietary object oriented SQL
 dialect called Doctrine Query Language (DQL), inspired by Hibernates
 HQL. This provides developers with a powerful alternative to SQL that
 maintains flexibility without requiring unnecessary code duplication.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.

Package: doctrine-orm-doc
Depends: doctrine-sphinx-theme, ${misc:Depends}, ${sphinxdoc:Depends}
Architecture: all
Section: doc
Homepage: http://www.doctrine-project.org/
Description: tool for object-relational mapping - documentation
 This package provides the documentation for the object-relational
 mapper (ORM) Doctrine component.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.
