File: control

package info (click to toggle)
libdate-pcalc-perl 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 428 kB
  • ctags: 80
  • sloc: perl: 4,738; makefile: 42; sh: 18
file content (24 lines) | stat: -rw-r--r-- 1,032 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
Source: libdate-pcalc-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-17)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Date-Pcalc/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdate-pcalc-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-pcalc-perl/

Package: libdate-pcalc-perl
Architecture: all
Depends: ${perl:Depends}
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). 
 .
 This module is a direct translation of Steffen Beyer's excellent Date::Calc
 module to Perl.