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
|
Source: libparse-dia-sql-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
libhtml-lint-perl,
libio-all-perl,
liblog-log4perl-perl,
libtest-exception-perl,
libtext-table-perl,
libxml-dom-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-dia-sql-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparse-dia-sql-perl.git
Homepage: https://metacpan.org/release/Parse-Dia-SQL
Package: libparse-dia-sql-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libhtml-lint-perl,
libio-all-perl,
liblog-log4perl-perl,
libtext-table-perl,
libxml-dom-perl
Description: module for parsing Dia diagram files and generating SQL
Parse::Dia::SQL is a Perl module that parses files created in the Dia diagram
creation program, represents it as an internal datastructure, and produces
the SQL statements it represents.
.
This package also provides the 'parsediasql' command-line utility to convert
diagrams into SQL. this utility replaces the older tedia2sql program.
|