[libtime-moment-perl] 04/05: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Mar 20 04:35:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libtime-moment-perl.

commit f09a85e9c4975d25496dc09fa3bd481cf5edb916
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Mar 20 03:26:06 2016 +0000

    d/control
---
 debian/control | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index b2df767..848684e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,29 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9.20120312~),
- libtest-fatal-perl (>= 0.006),
- libtest-number-delta-perl (>= 1.06),
- libtest-requires-perl,
- perl (>= 5.17.4)
-Standards-Version: 3.9.6
+               libmodule-install-readmefrompod-perl,
+               libtest-fatal-perl,
+               libtest-number-delta-perl (>= 1.06),
+               libtest-requires-perl,
+               perl (>= 5.17.4) | libmodule-install-xsutil-perl,
+               perl
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtime-moment-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtime-moment-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtime-moment-perl.git
 Homepage: https://metacpan.org/release/Time-Moment
 Testsuite: autopkgtest-pkg-perl
 
 Package: libtime-moment-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Represents a date and time of day with an offset from UTC
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: Perl C/XS module representing date and time of day with UTC offset
+ Time::Moment is an immutable object representing a date and time of day with
+ an offset from UTC in the ISO 8601 calendar system.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Time is measured in nanoseconds since 0001-01-01T00Z. Leap seconds are
+ ignored.  Time::Moment can represent all epoch integers from -62,135,596,800
+ to 2,534,02,300,799; this range suffices to measure times to nanosecond
+ precision for any instant that is within 0001-01-01T00:00:00Z to
+ 9999-12-31T23:59:59Z.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git



More information about the Pkg-perl-cvs-commits mailing list