File: control

package info (click to toggle)
libdbd-pg-perl 3.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: perl: 10,202; ansic: 5,977; makefile: 16
file content (39 lines) | stat: -rw-r--r-- 1,257 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
Source: libdbd-pg-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Ivan Kohler <ivan-debian@420.am>,
 Damyan Ivanov <dmn@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>,
 Xavier Guimard <yadd@debian.org>,
 Christoph Berg <myon@debian.org>,
 Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-perl-dbi,
 libdbi-perl,
 libpq-dev,
 libtest-simple-perl <!nocheck>,
 libversion-perl <!nocheck>,
 perl-xs-dev,
 perl:native,
 postgresql,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbd-pg-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbd-pg-perl.git
Homepage: https://metacpan.org/release/DBD-Pg

Package: libdbd-pg-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
 libdbi-perl,
 libversion-perl,
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
 provide access to PostgreSQL databases. It enables you to control a PostgreSQL
 database in a Perl script.