debian/0000755000000000000000000000000011707076205007173 5ustar debian/control0000644000000000000000000000302511707076205010576 0ustar Source: libtemplate-plugin-datetime-format-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Julien Vaubourg Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmoose-perl, libdatetime-perl, libtemplate-perl, libtest-use-ok-perl, libtest-exception-perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-datetime-format-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-plugin-datetime-format-perl.git Homepage: http://search.cpan.org/dist/Template-Plugin-DateTime-Format/ Package: libtemplate-plugin-datetime-format-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl, libmoose-perl Description: module for formatting DateTime objects from TT with DateTime::Format Oftentimes, you have a DateTime object that you want to render in your template. However, the default rendering (2008-01-01T01:23:45) is pretty ugly. Formatting the DateTime with a DateTime::Format object is the usual solution, but there's usually not a nice place to put the formatting code. . Template::Plugin::Datetime::Format solves that problem. You can create a formatter object from within TT and then use that object to format DateTime objects. debian/copyright0000644000000000000000000000211611707076205011126 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=248 Upstream-Contact: Jonathan Rockway Source: http://search.cpan.org/dist/Template-Plugin-DateTime-Format/ Upstream-Name: Template-Plugin-DateTime-Format Files: * Copyright: 2008, Jonathan Rockway License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Julien Vaubourg 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/watch0000644000000000000000000000023311707076205010222 0ustar version=3 http://search.cpan.org/dist/Template-Plugin-DateTime-Format/ .*/Template-Plugin-DateTime-Format-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211707076205010371 0ustar 8 debian/changelog0000644000000000000000000000027211707076205011046 0ustar libtemplate-plugin-datetime-format-perl (0.02-1) unstable; urgency=low * Initial Release. (Closes: #41280) -- Julien Vaubourg Sun, 22 Jan 2012 13:18:43 +0100 debian/source/0000755000000000000000000000000011707076205010473 5ustar debian/source/format0000644000000000000000000000001411707076205011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611707076205010252 0ustar #!/usr/bin/make -f %: dh $@