File: control

package info (click to toggle)
libdatetime-format-mail-perl 0.4030-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,180 kB
  • ctags: 16
  • sloc: perl: 395; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (2)
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
Source: libdatetime-format-mail-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9~),
               perl
Build-Depends-Indep: libdatetime-perl (>= 2:1.04),
                     libparams-validate-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-mail-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-format-mail-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-Mail

Package: libdatetime-format-mail-perl
Architecture: all
Depends: libdatetime-perl (>= 2:1.04),
         libparams-validate-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: module to convert between DateTime and RFC2822/822 formats
 RFCs 2822 and 822 specify date formats to be used by email. The
 DateTime::Format::Mail module parses and emits such dates.