debian/0000755000000000000000000000000012133055365007171 5ustar debian/watch0000644000000000000000000000023712132573472010227 0ustar version=3 opts=uversionmangle=s/\.(\d)$/.${1}0/ \ https://metacpan.org/release/Time-Duration/ .+/Time-Duration-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000270012133054324011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Time-Duration Source: https://metacpan.org/release/Time-Duration/ Upstream-Contact: Avi Finkel Files: * Copyright: 2006-2013, Sean M. Burke 2013, Avi Finkel License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2002, 2004, 2009, 2010, Ivan Kohler 2010, Ansgar Burchardt 2010, gregor herrmann 2013, Xavier Guimard 2013, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000256112133054334010573 0ustar Source: libtime-duration-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , gregor herrmann , Xavier Guimard , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtime-duration-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtime-duration-perl.git Homepage: https://metacpan.org/release/Time-Duration/ Package: libtime-duration-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for rounded or exact English expression of durations Time::Duration provides functions for expressing time spans in rounded or exact terms. So while . say duration_exact(86399); . will correctly give "23 hours, 59 minutes, and 59 seconds", . say ago(86399); . will output the rounded time span as "1 day ago". . The provided functions are duration(), ago(), from_now(), later() and earlier(), along with their *_exact counterparts. The precision used for rounding can be specified, and version 1.10 added a millisecond mode. debian/compat0000644000000000000000000000000212110230560010352 0ustar 8 debian/changelog0000644000000000000000000000565612133055365011057 0ustar libtime-duration-perl (1.10-1) unstable; urgency=low [ Xavier Guimard ] * Update debian/watch to make 1.1 > 1.06 * Imported Upstream version 1.10 * Update debian/copyright years [ Florian Schlichting ] * Make long description more descriptive * Add myself to Uploaders and copyright -- Florian Schlichting Mon, 15 Apr 2013 21:46:38 +0200 libtime-duration-perl (1.06-4) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Remove README from docs * Add Module::Install license in debian/copyright * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Bump debian/copyright format to 1.0 -- Xavier Guimard Mon, 01 Apr 2013 08:16:27 +0200 libtime-duration-perl (1.06-3) unstable; urgency=low [ Ansgar Burchardt ] * Really change Maintainer to Debian Perl Group. * Remove libtest-pod-coverage-perl, perl from Build-Depends. They are already listed in Build-Depends-Indep. [ gregor herrmann ] * Add /me to Uploaders. * Convert to source format 3.0 (quilt). * Set Standards-Version to 3.9.1 (no changes). * Minor updates to debian/copyright. -- gregor herrmann Tue, 27 Jul 2010 22:42:05 -0400 libtime-duration-perl (1.06-2) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders. * Add debian/watch. * dh-make-perl refresh for modern debian/copyright,rules,compat (closes: Bug#578957) + Adds libtest-pod-perl to B-D-I + Depends on debhelper 7.2.13 for PERL_AUTOINSTALL==--skipdeps -- Ivan Kohler Fri, 23 Apr 2010 22:39:51 -0700 libtime-duration-perl (1.06-1) unstable; urgency=low * New upstream release (closes: Bug#541278) -- Ivan Kohler Wed, 12 Aug 2009 23:51:08 -0700 libtime-duration-perl (1.02-1) unstable; urgency=low * New upstream release * Change Section: from interpreters to perl * debhelper compat v4 -- Ivan Kohler Sat, 7 Aug 2004 21:18:13 -0700 libtime-duration-perl (1.01-2) unstable; urgency=low * debian/copyright pedantry (closes: Bug#153344, Bug#153389) * binary-arch vs. binary-indep (closes: Bug#153362) -- Ivan Kohler Sat, 7 Sep 2002 06:27:18 -0700 libtime-duration-perl (1.01-1) unstable; urgency=low * Initial Release (closes: Bug#131429) -- Ivan Kohler Mon, 28 Jan 2002 15:18:15 -0800 debian/source/0000755000000000000000000000000011672203223010464 5ustar debian/source/format0000644000000000000000000000001411672203223011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672203223010243 0ustar #!/usr/bin/make -f %: dh $@