File: control

package info (click to toggle)
libapp-cell-perl 0.231-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 412 kB
  • sloc: perl: 2,303; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,853 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: libapp-cell-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl,
 perl,
Build-Depends-Indep:
 libtimedate-perl <!nocheck>,
 libfile-homedir-perl <!nocheck>,
 libfile-next-perl <!nocheck>,
 libfile-sharedir-install-perl,
 libfile-sharedir-perl,
 liblog-any-perl <!nocheck>,
 libparams-validate-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 libtest-warnings-perl <!nocheck>,
 libtest-output-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Damyan Ivanov <dmn@debian.org>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapp-cell-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapp-cell-perl
Homepage: https://metacpan.org/pod/App::CELL
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libapp-cell-perl
Architecture: all
Depends:
 libtimedate-perl,
 libfile-homedir-perl,
 libfile-next-perl,
 libfile-sharedir-perl,
 liblog-any-perl,
 libparams-validate-perl,
 libtry-tiny-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: configuration, error-handling, localization, and logging "framework"
 App::CELL is the Configuration, Error-handling, Localization, and
 Logging (CELL) framework for applications written in Perl.
 .
 In the author's experience, applications written for "users" (however
 that term may be defined) frequently need to:
 .
  * be configurable by the user or site administrator
  * handle errors robustly, without hangs and crashes
  * potentially display messages in various languages
  * log various types of messages to syslog
 .
 Since these basic functions seem to work well together, CELL is
 designed to provide them in an integrated, well-documented,
 straightforward, and reusable package.