missing test from git
[DBIx-DBSchema.git] / debian / control
1 Source: libdbix-dbschema-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper (>= 7), perl (>= 5.8)
5 Maintainer: Ivan Kohler <ivan-debian@420.am>
6 Standards-Version: 3.5.1
7
8 Package: libdbix-dbschema-perl
9 Architecture: all
10 Depends: ${perl:Depends}, libdbi-perl, libfreezethaw-perl
11 Description: Database-independent schema objects
12  DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and
13  represent a database schema.
14  .
15  This module implements an OO-interface to database schemas.  Using this
16  module, you can create a database schema with an OO Perl interface.  You can
17  read the schema from an existing database.  You can save the schema to disk
18  and restore it from a different process.  Most importantly, DBIx::DBSchema
19  can write SQL CREATE statements  for different databases from a single source.
20  .
21  Currently supported databases are MySQL, PostgreSQL, Oracle, Sybase and SQLite.
22  DBIx::DBSchema will attempt to use generic SQL syntax for other databases.
23  Assistance adding support for other databases is welcomed.  See the
24  DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and Base Class".