File: control

package info (click to toggle)
libcpan-sqlite-perl 0.211-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 680 kB
  • ctags: 190
  • sloc: perl: 7,305; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 1,518 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
34
35
36
37
38
39
40
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 (>= 9)
Build-Depends-Indep: libcpan-distnameinfo-perl,
                     libdbd-sqlite3-perl,
                     libdbi-perl,
                     libfile-homedir-perl,
                     libwww-perl,
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
                     perl (>= 5.13.9) | libhttp-tiny-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-sqlite-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-sqlite-perl.git
Homepage: https://metacpan.org/release/CPAN-SQLite

Package: libcpan-sqlite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcpan-distnameinfo-perl,
         libdbd-sqlite3-perl,
         libdbi-perl,
         libfile-homedir-perl,
         libwww-perl,
         perl (>= 5.13.9) | libhttp-tiny-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.