File: control

package info (click to toggle)
libdatetime-timezone-perl 1%3A2.65-1%2B2025b
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,580 kB
  • sloc: perl: 2,739; sh: 59; makefile: 10
file content (52 lines) | stat: -rw-r--r-- 2,312 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
Source: libdatetime-timezone-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-singleton-perl <!nocheck>,
                     libdatetime-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     libparams-validationcompiler-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libspecio-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-output-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     libtest-taint-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     perl,
                     tzdata <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-timezone-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetime-timezone-perl.git
Homepage: http://datetime.perl.org/
Rules-Requires-Root: no

Package: libdatetime-timezone-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-singleton-perl,
         libmodule-runtime-perl,
         libnamespace-autoclean-perl,
         libparams-validationcompiler-perl,
         libscalar-list-utils-perl,
         libspecio-perl,
         libtry-tiny-perl,
         tzdata
# no Depends to avoid circular dependency
Recommends: libdatetime-perl
Breaks: libdatetime-format-flexible-perl (<< 0.35~),
        libdatetimex-easy-perl (<< 0.091-2~)
Description: framework exposing the Olson time zone database to Perl
 DateTime::TimeZone is a Perl module framework providing an interface to the
 Olson time zone database. It exposes the database as a set of modules, one
 for each time zone defined, allowing for various optimizations in doing time
 zone calculations.
 .
 The Olson time zone database is the best available source for worldwide time
 zone information and is available from <URL:ftp://ftp.iana.org/tz/releases/>.