debian/0000755000000000000000000000000011534446473007201 5ustar debian/source/0000755000000000000000000000000011534446472010500 5ustar debian/source/format0000644000000000000000000000001411534445625011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611455033554010252 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000211455033554010371 0ustar 7 debian/changelog0000644000000000000000000000464611534446311011054 0ustar libdatetime-format-w3cdtf-perl (0.06-1) unstable; urgency=low * Team upload. * New upstream release. * Add (build-)dep on libdatetime-timezone-perl. * Use source format 3.0 (quilt). * debian/copyright: Formatting changes; refer to GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". -- Ansgar Burchardt Sat, 05 Mar 2011 15:46:32 +0100 libdatetime-format-w3cdtf-perl (0.05-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (drop perl version dep) * Rewrite control description * Use new short debhelper rules file * Bump to debhelper 7 * Add myself to Uploaders and Copyright * Refreshed copyright information [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Change my email address. [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Thu, 05 Nov 2009 07:07:41 -0500 libdatetime-format-w3cdtf-perl (0.04-3) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 6. * debian/watch: use dist-based URL. * debian/copyright: add upstream source location and actual copyright notice, convert to new format. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467691) - remove OPTIMIZE, we don't compile anything - let install-stamp target depend on build-stamp - don't ignore errors of make distclean - move dh_clean before make distclean - move test suite to build-stamp target - remove commented out or unneeded dh_* calls - don't install README any more (a couple of lines with installation notes) -- gregor herrmann Sun, 02 Mar 2008 01:01:53 +0100 libdatetime-format-w3cdtf-perl (0.04-2) unstable; urgency=low * Moved debhelper to Build-Depends. * Set Standards-Version to 3.7.2 (no changes). * Set Debhelper Compatibility Level to 5. -- gregor herrmann Fri, 16 Jun 2006 15:08:21 +0200 libdatetime-format-w3cdtf-perl (0.04-1) unstable; urgency=low * Initial release. (Closes: #348816) -- Jaldhar H. Vyas Wed, 18 Jan 2006 22:49:29 -0500 debian/watch0000644000000000000000000000030611455033554010223 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/DateTime-Format-W3CDTF/ .*/DateTime-Format-W3CDTF-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000226711534445745011144 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Dave Rolsky Source: http://search.cpan.org/dist/DateTime-Format-W3CDTF/ Name: DateTime-Format-W3CDTF Files: * Copyright: 2009, Dave Rolsky 2003, Kellan Elliott-McCrea License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2006-2008, gregor herrmann 2006, Jaldhar H. Vyas 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/control0000644000000000000000000000206311534446210010572 0ustar Source: libdatetime-format-w3cdtf-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libdatetime-perl, libdatetime-timezone-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , gregor herrmann , Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/DateTime-Format-W3CDTF/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-w3cdtf-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-w3cdtf-perl/ Package: libdatetime-format-w3cdtf-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, libdatetime-timezone-perl Description: module to parse and format W3CDTF datetime strings DateTime::Format::W3CDTF is a Perl module that understands the W3CDTF date and time format, an ISO 8601 profile. It has a full specification online at: . This is the native date format for RSS 1.0.