File: control

package info (click to toggle)
libparse-dia-sql-perl 0.31-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 924 kB
  • sloc: perl: 3,865; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,521 bytes parent folder | download
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
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-compat (= 13)
Build-Depends-Indep: libhtml-lint-perl <!nocheck>,
                     libio-all-perl <!nocheck>,
                     liblog-log4perl-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtext-table-perl <!nocheck>,
                     libxml-dom-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libparse-dia-sql-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libparse-dia-sql-perl.git
Homepage: https://metacpan.org/release/Parse-Dia-SQL
Rules-Requires-Root: no

Package: libparse-dia-sql-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl: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.