File: control

package info (click to toggle)
libpg-perl 1%3A2.1.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: perl: 510; ansic: 112; sh: 8; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 779 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
Source: libpg-perl
Priority: optional
Section: perl
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Martin Pitt <mpitt@debian.org>,
 Christoph Berg <myon@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 libpq-dev,
 perl-xs-dev,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/postgresql/libpg-perl.git
Vcs-Browser: https://salsa.debian.org/postgresql/libpg-perl

Package: libpg-perl
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: PostgreSQL interface for Perl
 This library enables Perl scripts to communicate with the PostgreSQL database
 backend.
 .
 This is a very old driver, newer applications should use DBI and DBD::Pg
 (libdbd-pg-perl) instead.