debian/0000755000000000000000000000000012063171161007164 5ustar debian/rules0000755000000000000000000000003612063171161010243 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000143612063171161010573 0ustar Source: libdatetime-tiny-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-tiny-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-tiny-perl.git Homepage: https://metacpan.org/release/DateTime-Tiny/ Package: libdatetime-tiny-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: lightweight datetime object module DateTime::Tiny is a most prominent member of the DateTime::Tiny suite of time modules. . It implements an extremely lightweight object that represents a datetime. debian/source/0000755000000000000000000000000012063171161010464 5ustar debian/source/format0000644000000000000000000000001412063171161011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024612063171161011040 0ustar libdatetime-tiny-perl (1.4-1) unstable; urgency=low * Initial release (closes: #696021). -- gregor herrmann Sat, 15 Dec 2012 22:58:04 +0100 debian/compat0000644000000000000000000000000212063171161010362 0ustar 8 debian/patches/0000755000000000000000000000000012063171161010613 5ustar debian/patches/spelling.patch0000644000000000000000000000205312063171161013451 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=82005 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82005 Author: gregor herrmann Last-Update: 2012-12-15 --- a/README +++ b/README @@ -75,7 +75,7 @@ To make up for this, if you have DateTime installed, any DateTime::Tiny module can be inflated into the equivalent DateTime as needing, loading - DateTime on the fly if necesary. + DateTime on the fly if necessary. This is somewhat similar to DateTime::LazyInit, but unlike that module DateTime::Tiny is not modifiable. --- a/lib/DateTime/Tiny.pm +++ b/lib/DateTime/Tiny.pm @@ -82,7 +82,7 @@ To make up for this, B you have L installed, any B module can be inflated into the equivalent L -as needing, loading L on the fly if necesary. +as needing, loading L on the fly if necessary. This is somewhat similar to DateTime::LazyInit, but unlike that module B is not modifiable. debian/patches/series0000644000000000000000000000001712063171161012026 0ustar spelling.patch debian/copyright0000644000000000000000000000204012063171161011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DateTime-Tiny Source: https://metacpan.org/release/DateTime-Tiny/ Upstream-Contact: Adam Kennedy Files: * Copyright: 2006-2009, Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, gregor herrmann 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/watch0000644000000000000000000000017012063171161010213 0ustar version=3 https://metacpan.org/release/DateTime-Tiny/ .*/DateTime-Tiny-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$