File: control

package info (click to toggle)
libfortune-perl 0.2%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 125; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,240 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: libfortune-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfortune-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfortune-perl.git
Homepage: https://metacpan.org/release/Fortune
Testsuite: autopkgtest-pkg-perl

Package: libfortune-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: fortunes
Multi-Arch: foreign
Description: Perl module to read fortune (strfile) databases
 The fortune program is a small but important part of the
 Unix culture, and this module aims to provide support for
 its "fortune cookie" databases to Perl programmes.
 .
 For efficiency, all versions of fortune rely on a binary
 header consisting mainly of offsets into the fortune file
 proper.
 .
 Modern versions of fortune keep this header in a
 separate file, and this is the style adopted by the
 Fortune module; the older style of munging the header and
 data into one large "compiled" file is not (currently)
 supported.