File: control

package info (click to toggle)
libdbd-pg-perl 3.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,416 kB
  • sloc: perl: 10,141; ansic: 5,930; makefile: 15
file content (38 lines) | stat: -rw-r--r-- 1,498 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
Source: libdbd-pg-perl
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
Priority: optional
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
Standards-Version: 4.6.0
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
Rules-Requires-Root: no

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.