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: Martin Pitt <mpitt@debian.org>
Uploaders: Oliver Elphick <Oliver.Elphick@lfix.co.uk>
Build-Depends: debhelper (>= 4.0.0), postgresql-dev
Standards-Version: 3.6.1
Package: libpg-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Conflicts: postgresql-pl, libpgperl (<< 1:2.0.2-1)
Replaces: postgresql (<< 7.3rel-5), postgresql-pl, libpgperl (<< 1:2.0.2-1)
Suggests: postgresql-doc
Description: Perl modules for PostgreSQL
This library enables Perl scripts to communicate with the PostgreSQL database
backend.
.
Perl is a widely used scripting language, which is always installed in Debian
systems.
Package: libpgperl
Architecture: all
Depends: libpg-perl
Description: Transitional package
libpgperl has been renamed to libpg-perl to be consistent with the packaging
policy. This is a transition dummy package which may safely be deleted (unless
some packages that are not yet converted still depend on it of course).
|