Source: libdatetime-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13), 
               libcpan-meta-check-perl <!nocheck>,
               libcpan-meta-requirements-perl <!nocheck>,
               libdatetime-locale-perl <!nocheck>,
               libdatetime-timezone-perl  <!nocheck>,
               libdist-checkconflicts-perl <!nocheck>,
               libnamespace-autoclean-perl <!nocheck>,
               libparams-validationcompiler-perl <!nocheck>,
               libspecio-perl <!nocheck>,
               libtest-cleannamespaces-perl <!nocheck>,
               libtest-fatal-perl <!nocheck>,
               libtest-warnings-perl <!nocheck>,
               libtest-without-module-perl <!nocheck>,
               libtry-tiny-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libdatetime-perl
Vcs-Git: https://gitee.com/openkylin/libdatetime-perl.git
Homepage: https://github.com/houseabsolute/DateTime.pm/wiki
Rules-Requires-Root: no

Package: libdatetime-perl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libdatetime-locale-perl,
         libdatetime-timezone-perl ,
         libnamespace-autoclean-perl,
         libparams-validationcompiler-perl,
         libspecio-perl,
         libtry-tiny-perl
Description: module for manipulating dates, times and timestamps
 DateTime is a Perl module which aims to provide a complete, correct, and easy
 to use date/time object implementation. It provides an easy way to manipulate
 dates and times, including date calculations (even addition and subtraction)
 and provides convenient methods for extracting or modifying portions of any
 date or time.
 .
 This module supports the Olson time zone database, meaning that historical
 time zone information, and more importantly, daylight saving time rules, can
 be handled transparently, simply by setting the correct time zone. This is
 done by using the DateTime::TimeZone module.
