debian/0000755000000000000000000000000012067070706007173 5ustar debian/rules0000755000000000000000000000003612067070706010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000401512067070706010576 0ustar Source: libdate-iso8601-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdate-iso8601-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdate-iso8601-perl.git Homepage: http://search.cpan.org/dist/Date-ISO8601/ Package: libdate-iso8601-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl handling of the three ISO 8601 numerical calendars The international standard ISO 8601 "Data elements and interchange formats - Information interchange - Representation of dates and times" defines three distinct calendars by which days can be labelled. It also defines textual formats for the representation of dates in these calendars. Date::ISO8601 provides functions to convert dates between these three calendars and Chronological Julian Day Numbers, which is a suitable format to do arithmetic with. It also supplies functions that describe the shape of these calendars, to assist in calendrical calculations. It also supplies functions to represent dates textually in the ISO 8601 formats. ISO 8601 also covers time of day and time periods, but this module does nothing relating to those parts of the standard; this is only about labelling days. . The first ISO 8601 calendar divides time up into years, months, and days. It corresponds exactly to the Gregorian calendar, invented by Aloysius Lilius and promulgated by Pope Gregory XIII in the late sixteenth century, with AD (CE) year numbering. This calendar is applied to all time, not just to dates after its invention nor just to years 1 and later. Thus for ancient dates it is the proleptic Gregorian calendar with astronomical year numbering. debian/source/0000755000000000000000000000000012067070706010473 5ustar debian/source/format0000644000000000000000000000001412067070706011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000132012067070706011041 0ustar libdate-iso8601-perl (0.004-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Imported Upstream version 0.004 * Update maintainer and uploaders * Update source format to 3.0 (quilt) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update debian/copyright (years and format) * Add libtest-pod-perl and libtest-pod-coverage-perl in dependencies * Remove README -- Xavier Guimard Thu, 27 Dec 2012 16:45:33 +0100 libdate-iso8601-perl (0.003-1) unstable; urgency=low * Initial Release (closes: Bug#575988). -- Ivan Kohler Tue, 30 Mar 2010 21:23:12 -0700 debian/compat0000644000000000000000000000000212067070706010371 0ustar 8 debian/copyright0000644000000000000000000000212612067070706011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Date-ISO8601 Source: http://search.cpan.org/dist/Date-ISO8601/ Upstream-Contact: Andrew Main (Zefram) Files: * Copyright: 2006-2011, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ivan Kohler 2012, Xavier Guimard 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/watch0000644000000000000000000000016512067070706010226 0ustar version=3 http://search.cpan.org/dist/Date-ISO8601/ .*/Date-ISO8601-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$