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-oracle-perl
Section: contrib/perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Julián Moreno Patiño <darkjunix@gmail.com>
Build-Depends: debhelper (>= 9.20120312),
libdbi-perl (>= 1.612),
oracle-instantclient11.2-basic,
oracle-instantclient11.2-devel,
perl (>= 5.10.1)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-oracle-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-oracle-perl.git
Homepage: http://search.cpan.org/dist/DBD-Oracle/
Package: libdbd-oracle-perl
Architecture: any
Depends: libaio1,
libdbi-perl,
oracle-instantclient11.2-basic | oracle-instantclient11.2-basiclite,
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Suggests: perl-tk
Description: Perl DBI driver for Oracle
DBD::Oracle is a Perl module that works with the DBI module to provide access
to Oracle databases.
.
The Oracle Instant Client needs to be installed in order to be able to use
this module. It is available free of cost from Oracle, but it is not free
software. To install the Instant Client, download the RPM package from
<http://www.oracle.com/technology/software/tech/oci/instantclient/index.html>
and install it using Alien.
|