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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: libsql-translator-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcarp-clan-perl <!nocheck>,
libcgi-pm-perl <!nocheck>,
libclass-makemethods-perl <!nocheck>,
libdbd-sqlite3-perl <!nocheck>,
libdbi-perl <!nocheck>,
libdigest-sha-perl <!nocheck>,
libfile-sharedir-install-perl,
libfile-sharedir-perl,
libgd-perl <!nocheck>,
libgraph-perl <!nocheck>,
libgraphviz-perl <!nocheck>,
libjson-maybexs-perl <!nocheck>,
libmoo-perl <!nocheck>,
libpackage-variant-perl <!nocheck>,
libparse-recdescent-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libspreadsheet-parseexcel-perl <!nocheck>,
libsub-quote-perl <!nocheck>,
libtemplate-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtext-recordparser-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
libxml-libxml-perl <!nocheck>,
libxml-writer-perl <!nocheck>,
libyaml-perl <!nocheck>,
perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsql-translator-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsql-translator-perl.git
Homepage: https://sqlfairy.sourceforge.net/
Rules-Requires-Root: no
Package: libsql-translator-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcarp-clan-perl,
libclass-makemethods-perl,
libdbi-perl,
libdigest-sha-perl,
libfile-sharedir-perl,
libmoo-perl,
libpackage-variant-perl,
libparse-recdescent-perl,
libscalar-list-utils-perl,
libsub-quote-perl,
libtry-tiny-perl
Recommends: libcgi-pm-perl,
libgd-perl,
libgraph-perl,
libgraphviz-perl,
libjson-maybexs-perl,
libspreadsheet-parseexcel-perl,
libtemplate-perl,
libtext-recordparser-perl,
libxml-libxml-perl,
libxml-writer-perl,
libyaml-perl
Conflicts: sqlfairy
Provides: sqlfairy
Replaces: sqlfairy
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.
|