File: control

package info (click to toggle)
libdatetime-timezone-perl 1%3A2.09-1%2B2019c
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 106,872 kB
  • sloc: perl: 2,578; sh: 36; makefile: 10
file content (48 lines) | stat: -rw-r--r-- 2,114 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
Source: libdatetime-timezone-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libclass-singleton-perl,
                     libdatetime-perl,
                     libmodule-runtime-perl,
                     libnamespace-autoclean-perl,
                     libparams-validationcompiler-perl,
                     libspecio-perl,
                     libtest-fatal-perl,
                     libtest-output-perl,
                     libtest-requires-perl,
                     libtest-taint-perl,
                     libtry-tiny-perl,
                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-timezone-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git
Homepage: http://datetime.perl.org/

Package: libdatetime-timezone-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-singleton-perl,
         libmodule-runtime-perl,
         libnamespace-autoclean-perl,
         libparams-validationcompiler-perl,
         libspecio-perl,
         libtry-tiny-perl,
         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
# no Depends to avoid circular dependency
Recommends: libdatetime-perl
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/>.