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
|
Source: sqlfairy
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-exception-perl, libtest-differences-perl,
libclass-base-perl, libclass-makemethods-perl, libclass-accessor-perl,
libclass-data-inheritable-perl, libfile-sharedir-perl (>= 1.00), libdbi-perl,
libdigest-sha1-perl (>= 2.00), libparse-recdescent-perl (>= 1.962.2),
libcarp-clan-perl, libio-stringy-perl, libxml-writer-perl, libgraph-perl,
libtemplate-perl (>= 2.20), libxml-libxml-perl (>= 1.69), libgraphviz-perl,
libspreadsheet-parseexcel-perl (>= 0.41), libtext-recordparser-perl,
libgd-gd2-noxpm-perl | libgd-gd2-perl, libyaml-perl (>= 0.66),
libtest-pod-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>
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/sqlfairy/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/sqlfairy/
Homepage: http://sqlfairy.sourceforge.net/
Package: libsql-translator-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-data-inheritable-perl,
libclass-base-perl, libclass-makemethods-perl, libclass-accessor-perl,
libdigest-sha1-perl (>= 2.00), libparse-recdescent-perl (>= 1.962.2),
libdbi-perl, libcarp-clan-perl, libfile-sharedir-perl (>= 1.00),
libio-stringy-perl, libxml-writer-perl
Recommends: libtemplate-perl (>= 2.20), libxml-libxml-perl (>= 1.69),
libspreadsheet-parseexcel-perl (>= 0.41), libtext-recordparser-perl,
libgd-gd2-noxpm-perl | libgd-gd2-perl, libgraph-perl, libgraphviz-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.
Package: sqlfairy
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
libsql-translator-perl (= ${source:Version})
Description: SQL translation utilities
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.
.
This package contains various command-line utilities for translations and
visualizations.
|