File: control

package info (click to toggle)
libdatetime-timezone-tzfile-perl 0.011-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 192 kB
  • ctags: 24
  • sloc: perl: 320; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,580 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
Source: libdatetime-timezone-tzfile-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libdate-iso8601-perl,
                     libdatetime-timezone-systemv-perl (>= 0.009),
                     libparams-classify-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-timezone-tzfile-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-timezone-tzfile-perl.git
Homepage: https://metacpan.org/release/DateTime-TimeZone-Tzfile

Package: libdatetime-timezone-tzfile-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdate-iso8601-perl,
         libdatetime-timezone-systemv-perl (>= 0.009),
         libparams-classify-perl
Description: Perl handling of tzfile (zoneinfo) timezone files
 An instance of this class represents a timezone that was encoded in a file in
 the tzfile(5) format. These can express arbitrary patterns of offsets from
 Universal Time, changing over time. Offsets and change times are limited to a
 resolution of one second.
 .
 DateTime::Timezone::Tzfile implements the DateTime::TimeZone interface, so
 that its instances can be used with DateTime objects.