debian/0000755000000000000000000000000011436047071007171 5ustar debian/control0000644000000000000000000000245011436046527010602 0ustar Source: libdatetimex-easy-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.2.13) Build-Depends-Indep: perl (>= 5.10.0), libtest-most-perl, libdatetime-format-natural-perl, libdatetime-format-flexible-perl, libdatetime-format-ical-perl, libdatetime-perl, libtimedate-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , Chris Butler , gregor herrmann Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/DateTimeX-Easy/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetimex-easy-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetimex-easy-perl/ Package: libdatetimex-easy-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-format-flexible-perl, libdatetime-format-ical-perl, libdatetime-format-natural-perl, libdatetime-perl, libtimedate-perl Description: module to parse arbitrary date/time strings DateTimeX::Easy is a Perl module designed to make it easy to create DateTime objects from arbitrary strings. It uses a variety of DateTime::Format modules to do the bulk of the parsing, with some tweaks to smooth out the rough edges (mainly concerning timezone detection and selection). debian/copyright0000644000000000000000000000310311436046562011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Robert Krimen Source: http://search.cpan.org/dist/DateTimeX-Easy/ Name: DateTimeX-Easy Files: * Copyright: 2010, Robert Krimen License: Artistic or GPL-1+ Files: lib/DateTimeX/Easy/DateParse.pm Copyright: 2005-2006, Joshua Hoblitt License: Artistic or GPL-1+ Comment: this file is a modified copy of DateTime::Format::DateParse, which is licensed under the same terms as Perl. Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2009, Ryan Niebur 2010, Chris Butler 2010, 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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017111212456140010212 0ustar version=3 http://search.cpan.org/dist/DateTimeX-Easy/ .*/DateTimeX-Easy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211205063577010372 0ustar 7 debian/changelog0000644000000000000000000000342311436047016011044 0ustar libdatetimex-easy-perl (0.089-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). * Add /me to Uploaders. * debian/copyright: update years of upstream copyright. -- gregor herrmann Sat, 28 Aug 2010 01:45:16 +0200 libdatetimex-easy-perl (0.088-2) unstable; urgency=low * Removed (build-)dependency on libdatetime-format-datemanip-perl: it's only an optional requirement, and is being removed (see: #574317) * Add myself to Uploaders and copyright. * Added version 5.10.0 to perl build-dependency (required for ExtUtils::MakeMaker >= 6.42) * Upped debhelper dependency to (>= 7.2.13), required for Module::AutoInstall * Updated copyright to point to GPL-1 in common-licences. * Bumped Standards-Version to 3.9.1 (no changes required). -- Chris Butler Fri, 06 Aug 2010 11:59:07 -0400 libdatetimex-easy-perl (0.088-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (no changes) * Add myself to Uploaders and Copyright * Rewrite control description * Refresh to new DEP5 copyright format * Remove patch, replace with an override * Update dependencies per upstream [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update ryan52's email address -- Jonathan Yu Sat, 09 Jan 2010 12:32:07 -0500 libdatetimex-easy-perl (0.087-1) unstable; urgency=low * Initial Release. (Closes: #529549) -- Ryan Niebur Thu, 28 May 2009 16:52:12 -0700 debian/source/0000755000000000000000000000000011436047025010470 5ustar debian/source/format0000644000000000000000000000001411436046250011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000032111322146110010231 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/man/man3/DateTimeX::Easy::DateParse.3pm