File: control

package info (click to toggle)
libdbd-pg-perl 2.8.7-1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 940 kB
  • ctags: 597
  • sloc: perl: 7,750; ansic: 4,374; makefile: 51
file content (33 lines) | stat: -rw-r--r-- 1,516 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
Source: libdbd-pg-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Raphael Hertzog <hertzog@debian.org>,
 Ivan Kohler <ivan-debian@420.am>,
 Damyan Ivanov <dmn@debian.org>, Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Martín Ferrari <tincho@debian.org>,
 Gunnar Wolf <gwolf@debian.org>
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-pg-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/
Homepage: http://search.cpan.org/dist/DBD-Pg/
Build-Depends: perl (>= 5.8.0), debhelper (>= 5), libdbi-perl (>= 1.45),
 libpq-dev (>= 8.0), perl-modules (>= 5.10) | libversion-perl,
 libtest-yaml-meta-perl, libperl-critic-perl, libtest-pod-perl,
 libtest-pod-coverage-perl

Package: libdbd-pg-perl
Architecture: any
Depends: ${shlibs:Depends}, libdbi-perl (>= 1.38), ${perl:Depends}, 
 perl-modules (>= 5.10) | libversion-perl
Description: Perl DBI driver for the PostgreSQL database server
 DBD::Pg is a Perl 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.
 .
 DBI is the standard database interface module for Perl. It defines a
 set of methods, variables and conventions that provide a consistent
 database interface independent of the actual database being used.
 More information about the perl DBI interface can be found on
 http://dbi.perl.org/