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 39 40 41
|
Source: libcpan-sqlite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcpan-distnameinfo-perl <!nocheck>,
libdbd-sqlite3-perl <!nocheck>,
libdbi-perl <!nocheck>,
libfile-homedir-perl <!nocheck>,
libhttp-tiny-perl <!nocheck>,
libtest-memory-cycle-perl <!nocheck>,
libwww-perl <!nocheck>,
perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcpan-sqlite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcpan-sqlite-perl.git
Homepage: https://metacpan.org/release/CPAN-SQLite
Rules-Requires-Root: no
Package: libcpan-sqlite-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcpan-distnameinfo-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libfile-homedir-perl,
libhttp-tiny-perl,
libwww-perl
Description: module to maintain a minimal CPAN database with SQLite
CPAN::SQLite is used for setting up, maintaining, and searching through a
local CPAN database consisting of information in the three main CPAN index
files:
.
$CPAN/authors/01mailrc.txt.gz
$CPAN/modules/02packages.details.txt.gz
$CPAN/modules/03modlist.data.gz
.
DBD::SQLite is used as the database engine.
|