Source: liborlite-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
 Brian Cassidy <brian.cassidy@gmail.com>,
 Rene Mayorga <rmayorga@debian.org>,
 Jaldhar H. Vyas <jaldhar@debian.org>,
 Nathan Handler <nhandler@ubuntu.com>,
 Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>,
 Franck Joncourt <franck@debian.org>,
 Angel Abad <angel@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-xsaccessor-perl,
 libdbd-sqlite3-perl,
 libdbi-perl,
 libfile-remove-perl,
 libparams-util-perl,
 libtest-script-perl,
 perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liborlite-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/liborlite-perl.git
Homepage: http://search.cpan.org/dist/ORLite/

Package: liborlite-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdbd-sqlite3-perl,
 libdbi-perl,
 libfile-remove-perl,
 libparams-util-perl,
 perl
Suggests: libclass-xsaccessor-perl
Description: lightweight SQLite-specific ORM
 ORLite is a Perl module that implements an object-relational mapper designed
 specifically for SQLite. It follows many of the same principles as the ::Tiny
 series of modules and has a design that aligns directly to the capabilities
 of SQLite.
 .
 ORLite discovers the schema of a SQLite database, and then deploys a set of
 packages for talking to that database.
