debian/0000755000000000000000000000000011623725404007172 5ustar debian/control0000644000000000000000000000251211623725404010575 0ustar Source: libtime-format-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Peter Pentchev Homepage: http://search.cpan.org/dist/Time-Format/ Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/libtime-format-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtime-format-perl.git Package: libtime-format-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, Description: module for easy date/time formatting Time::Format creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings. . The %time formatting codes are designed to be easy to remember and use, and to take up just as many characters as the output time value whenever possible. For example, the four-digit year code is "yyyy", the three-letter month abbreviation is "Mon". . The nice thing about having a variable-like interface instead of function calls is that the values can be used inside of strings (as well as outside of strings in ordinary expressions). Dates are frequently used within strings (log messages, output, data records, etc.), so having the ability to interpolate them directly is handy. debian/copyright0000644000000000000000000000212311623725404011123 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Time-Format Upstream-Contact: Eric J. Roode Source: http://search.cpan.org/dist/Time-Format/ Files: * Copyright: 2003-2009, Eric J. Roode License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Peter Pentchev 2008, Marc 'HE' Brockschmidt 2005, Christoph Haas 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/libtime-format-perl.docs0000644000000000000000000000002411623725404013713 0ustar README quickref.txt debian/watch0000644000000000000000000000016311623725404010223 0ustar version=3 http://search.cpan.org/dist/Time-Format/ .*/Time-Format-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211623725404010370 0ustar 8 debian/changelog0000644000000000000000000000347711623725404011057 0ustar libtime-format-perl (1.11-1) unstable; urgency=low [ Harlan Lieberman-Berg ] * Team upload. * New upstream version (1.11). * Clean up copyright. New DEP5 format specification, combine the two debian/* definitions. * Bump upstream author's copyright year to current. [ Peter Pentchev ] * New maintainer. Closes: #616449 * Set the source format to 3.0 (quilt) with no changes. * Specify LANG=C during the testsuite run to avoid problems with the text representation of dates. * Add a watch file. * Bump the debhelper compatibility version to 8: - dh_clean and dh_installchangelogs need no arguments now - debhelper automatically sets PERL_MM_USE_DEFAULT now - minimize the rules file using debhelper overrides - use debian/docs to install the documentation * Bump Standards-Version to 3.9.2: - add the Homepage source control field. - remove the version in the perl build dependency - refer to the GPL-1 file instead of the GPL symlink in the copyright file * Reword the short description. * Convert the copyright file to the latest revision of the DEP 5 candidate format and add my copyright notice. [ gregor herrmann ] * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza). * debian/control: mention module name in long description. -- Harlan Lieberman-Berg Thu, 18 Aug 2011 19:06:17 -0400 libtime-format-perl (1.00-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: Don't FTBFS when perl is smart enough not to create empty dirs. (Closes: #467982) -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 19:22:25 +0200 libtime-format-perl (1.00-1) unstable; urgency=low * Initial Release. -- Christoph Haas Fri, 15 Jul 2005 22:59:46 +0200 debian/source/0000755000000000000000000000000011623725404010472 5ustar debian/source/format0000644000000000000000000000001411623725404011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000060111623725404010247 0ustar #!/usr/bin/make -f # This debian/rules file is provided as a template for normal perl # packages. It was created by Marc Brockschmidt for # the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may # be used freely wherever it is useful. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_test: LANG=C dh_auto_test %: dh $@