File: control

package info (click to toggle)
libdatetime-format-db2-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 76 kB
  • sloc: perl: 65; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,173 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
Source: libdatetime-format-db2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdatetime-format-builder-perl <!nocheck>,
                     libdatetime-perl <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-db2-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-db2-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-DB2
Rules-Requires-Root: no

Package: libdatetime-format-db2-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-format-builder-perl,
         libdatetime-perl
Description: Parse and format DB2 dates and times
 DateTime::Format::DB2 understands the formats used by DB2 for its DATE,
 TIME, and TIMESTAMP data types.  It can be used to parse
 these formats in order to create DateTime objects, and it can take a
 DateTime object and produce a string representing it in the DB2
 format.