1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: libsql-translator-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libcarp-clan-perl,
libclass-base-perl,
libclass-data-inheritable-perl,
libclass-makemethods-perl,
libdbi-perl,
libfile-sharedir-perl,
libgd-gd2-noxpm-perl | libgd-gd2-perl,
libgraph-perl,
libgraphviz-perl,
libio-stringy-perl,
libmoo-perl,
libparse-recdescent-perl (>= 1.967009),
libspreadsheet-parseexcel-perl,
libtemplate-perl,
libtest-differences-perl,
libtest-exception-perl (>= 0.31),
libtest-pod-perl,
libtext-recordparser-perl,
libxml-libxml-perl,
libxml-writer-perl,
libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>, Ryan Niebur <ryan@debian.org>,
Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-perl/packages/libsql-translator-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsql-translator-perl.git
Homepage: http://sqlfairy.sourceforge.net/
Package: libsql-translator-perl
Architecture: all
Provides: sqlfairy
Conflicts: sqlfairy
Replaces: sqlfairy
Depends: ${misc:Depends}, ${perl:Depends},
libcarp-clan-perl,
libclass-base-perl,
libclass-data-inheritable-perl,
libclass-makemethods-perl,
libdbi-perl,
libfile-sharedir-perl,
libio-stringy-perl,
libmoo-perl,
libparse-recdescent-perl (>= 1.967009),
libxml-writer-perl
Recommends: libgd-gd2-noxpm-perl | libgd-gd2-perl,
libgraph-perl,
libgraphviz-perl,
libspreadsheet-parseexcel-perl,
libtemplate-perl,
libtext-recordparser-perl,
libxml-libxml-perl
Description: SQL translation library
SQL::Translator (also known as SQL Fairy) is a collection of Perl modules
for manipulating structured data definitions (mostly database schemas). It
can perform tasks like converting between different SQL data definition
language (DDL) dialects, visualizations of schemas (pseudo-ER diagrams
created with GD or GraphViz), converting non-RDBMS files to SQL schemas
(xSV text files, Excel spreadsheets), serializing parsed schemas (via
Storable, YAML and XML), creating documentation, and more.
|