consolidate multiple ALTER TABLE statements for efficiency, modernize deb packaging...
[DBIx-DBSchema.git] / debian / control
index e147d48..3271a2e 100644 (file)
@@ -1,7 +1,7 @@
 Source: libdbix-dbschema-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4), perl (>= 5.8)
+Build-Depends: debhelper (>= 7), perl (>= 5.8)
 Maintainer: Ivan Kohler <ivan-debian@420.am>
 Standards-Version: 3.5.1
 
@@ -18,7 +18,7 @@ Description: Database-independent schema objects
  and restore it from a different process.  Most importantly, DBIx::DBSchema
  can write SQL CREATE statements  for different databases from a single source.
  .
- Currently supported databases are MySQL, PostgreSQL, Oracle and Sybase.
+ Currently supported databases are MySQL, PostgreSQL, Oracle, Sybase and SQLite.
  DBIx::DBSchema will attempt to use generic SQL syntax for other databases.
  Assistance adding support for other databases is welcomed.  See the
  DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and Base Class".