File: control

package info (click to toggle)
libdbd-mariadb-perl 1.21-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,072 kB
  • sloc: ansic: 5,574; perl: 1,082; sh: 39; makefile: 24
file content (40 lines) | stat: -rw-r--r-- 1,751 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
37
38
39
40
Source: libdbd-mariadb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-libmysqlclient-dev (>= 1.0.5),
               default-mysql-server <!nocheck>,
               dh-sequence-perl-dbi,
               libdbi-perl (>= 1.642),
               libdevel-checklib-perl (>= 1.12),
               libnet-ssleay-perl <!nocheck>,
               libssl-dev,
               libtest-deep-perl <!nocheck>,
               perl-xs-dev,
               perl:native,
               procps <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbd-mariadb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbd-mariadb-perl.git
Homepage: https://metacpan.org/release/DBD-MariaDB
Rules-Requires-Root: no

Package: libdbd-mariadb-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libdbi-perl (>= 1.642)
Description: Perl5 database interface to the MariaDB/MySQL databases
 DBD::MariaDB is a Perl5 Database Interface driver for the MariaDB/MySQL
 databases. In other words: DBD::MariaDB is an interface between the Perl
 programming language and the MariaDB/MySQL programming API that comes with
 the MariaDB/MySQL relational database management systems. Most functions
 provided by this programming API are supported.
 .
 DBD::MariaDB is a fork of DBD::mysql (libdbd-mysql-perl) with inprovements in
 MariaDB compatibility, Perl Unicode support, and some security related bug
 fixes, at the cost of not being 100% backwards compatible.