debian/0000755000000000000000000000000012065610717007173 5ustar debian/rules0000755000000000000000000000003612065610717010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000360612065610717010603 0ustar Source: libdate-jd-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), 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-jd-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdate-jd-perl.git Homepage: http://search.cpan.org/dist/Date-JD/ Package: libdate-jd-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: conversion between flavours of Julian Date For date and time calculations it is convenient to represent dates by a simple linear count of days, rather than in a particular calendar. This is such a good idea that it has been invented several times. If there were a single such linear count then it would be the obvious data interchange format between calendar modules. With several versions, calendar modules can use such sensible data formats and still have interoperability problems. Date::JD tackles that problem, by performing conversions between different flavours of day count. These day count systems are generically known as "Julian Dates", after the most venerable of them. . Among Julian Date systems there are also some non-trivial differences of concept. There are systems that count only complete days, and those that count fractional days also. There are some that are fixed to Universal Time (time on the prime meridian), and others that are interpreted according to a timezone. Some consider the day to start at noon and others at midnight, which is semantically significant for the complete-day counts. The functions of this module appropriately handle the semantics of all the non-trivial conversions. debian/source/0000755000000000000000000000000012065610717010473 5ustar debian/source/format0000644000000000000000000000001412065610717011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000114512065610717011046 0ustar libdate-jd-perl (0.005-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.005 * 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) * Remove README from docs -- Xavier Guimard Sun, 23 Dec 2012 09:23:10 +0100 libdate-jd-perl (0.003-1) unstable; urgency=low * Initial Release (closes: Bug#575987). -- Ivan Kohler Tue, 30 Mar 2010 21:22:53 -0700 debian/compat0000644000000000000000000000000212065610717010371 0ustar 8 debian/copyright0000644000000000000000000000211412065610717011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Date-JD Source: http://search.cpan.org/dist/Date-JD/ 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/watch0000644000000000000000000000015312065610717010223 0ustar version=3 http://search.cpan.org/dist/Date-JD/ .*/Date-JD-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$