File: control

package info (click to toggle)
libdate-pcalc-perl 6.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,896 kB
  • ctags: 620
  • sloc: perl: 16,706; ansic: 3,083; sh: 14; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,360 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: libdate-pcalc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           gregor herrmann <gregoa@debian.org>,
           Angel Abad <angel@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl,
               libcarp-clan-perl,
               libbit-vector-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdate-pcalc-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdate-pcalc-perl.git
Homepage: https://metacpan.org/release/Date-Pcalc

Package: libdate-pcalc-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libbit-vector-perl,
         libcarp-clan-perl
Description: Perl module for Gregorian calendar date calculations
 This package consists of a Perl module for all kinds of date calculations
 based on the Gregorian calendar (the one used in all western countries today),
 thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN
 1355 and, to some extent, ISO 8601 (where applicable). 
 .
 Date::Pcalc is a direct translation of Steffen Beyer's excellent Date::Calc
 module to Perl.