debian/0000755000000000000000000000000012217405520007164 5ustar debian/rules0000755000000000000000000000006712217405520010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=perl_build debian/control0000644000000000000000000000315512217405520010573 0ustar Source: libdatetime-format-pg-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Rene Mayorga , Ansgar Burchardt , Jonathan Yu Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000) Build-Depends-Indep: libdatetime-format-builder-perl, libdatetime-perl, libdatetime-timezone-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-pg-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-pg-perl.git Homepage: https://metacpan.org/release/DateTime-Format-Pg/ Package: libdatetime-format-pg-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-format-builder-perl, libdatetime-perl, libdatetime-timezone-perl Description: module for parsing and formatting PostgreSQL dates and times DateTime::Format::Pg understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL. debian/source/0000755000000000000000000000000012217405520010464 5ustar debian/source/format0000644000000000000000000000001412217405520011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001204112217405520011034 0ustar libdatetime-format-pg-perl (0.16009-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * debian/copyright: switch formatting to Copyright-Format 1.0. Update years of packaging copyright. Drop information about removed files. * Add build dependency on Module::Build. * debian/rules: tell dh(1) to use Build.PL (and ignore the spurious Makefile). -- gregor herrmann Sat, 21 Sep 2013 23:10:29 +0200 libdatetime-format-pg-perl (0.16008-1) unstable; urgency=low * New upstream release. * debian/copyright: Update years of copyright for inc/Module/*, * Bumped Standards-Version to 3.9.4 (no changes). -- Ansgar Burchardt Sat, 05 Jan 2013 14:41:28 +0100 libdatetime-format-pg-perl (0.16007-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Update years of packaging copyright and list of contributors. * Switch to debhelper compatibility level 8. -- gregor herrmann Fri, 25 Nov 2011 17:06:37 +0100 libdatetime-format-pg-perl (0.16006-1) unstable; urgency=low * New upstream release. * Update my email address. * debian/copyright: Update for new upstream release; refer to GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Thu, 02 Jun 2011 13:13:02 +0200 libdatetime-format-pg-perl (0.16005-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Formatting changes for current DEP-5 proposal. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.8.4. -- Ansgar Burchardt Sun, 27 Jun 2010 16:43:27 +0900 libdatetime-format-pg-perl (0.16004-1) unstable; urgency=low * New upstream release * Added /me to Uploaders and Copyright * Some minor changes to the control description * Standards-Version 3.8.2 * Now uses new shorter d/rules format [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Tue, 07 Jul 2009 17:44:44 -0400 libdatetime-format-pg-perl (0.16003-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Rene Mayorga ] * debian/control: update my email address. [ Ansgar Burchardt ] * New upstream release. * Add myself to Uploaders. * Bump Standards Version to 3.8.1 (no changes). * Update debian/copyright: format changes; do not show the Debian Perl Group as copyright holder, instead list individual contributors (as mentioned in debian/changelog). [ gregor herrmann ] * debian/control: slightly improve short and long description. -- Ansgar Burchardt Sun, 12 Apr 2009 12:35:24 +0200 libdatetime-format-pg-perl (0.16002-1) unstable; urgency=low [ Rene Mayorga ] * New upstream release * debian/control + debhelper compat level raise to 7 + Change Standards-Version to 3.8.0 ( no changes needed ) * refresh debian/rules with rules.dh7.noxs * debian/copyright updated to the (new)format [ gregor herrmann ] * debian/control: change my email address. * debian/control: wrap long lines. * debian/copyright: add information for files under inc/Module. -- Rene Mayorga Fri, 15 Aug 2008 15:59:14 -0600 libdatetime-format-pg-perl (0.16001-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467739) - update with dh-make-perl's help - don't install README any more (no relevant info for users) * debian/watch: use dist-based URL. * debian/copyright: - add upstream source location - convert to UTF-8 * Set Standards-Version to 3.7.3 (no changes). -- gregor herrmann Mon, 03 Mar 2008 19:44:58 +0100 libdatetime-format-pg-perl (0.16001-1) unstable; urgency=low * New upstream release * Added myself to uploaders * Homepage added to debian/control -- Rene Mayorga Thu, 28 Jun 2007 11:27:34 -0600 libdatetime-format-pg-perl (0.15-1) unstable; urgency=low * New upstream release * debian/control: Added me to Uploaders -- Krzysztof Krzyzaniak (eloy) Fri, 20 Apr 2007 14:20:20 +0200 libdatetime-format-pg-perl (0.13-1) unstable; urgency=low * Initial Release (closes: #390227). -- gregor herrmann Sun, 8 Oct 2006 18:51:59 +0200 debian/compat0000644000000000000000000000000212217405520010362 0ustar 8 debian/copyright0000644000000000000000000000245012217405520011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DateTime-Format-Pg Upstream-Contact: Daisuke Maki Source: https://metacpan.org/release/DateTime-Format-Pg/ Files: * Copyright: 2005-2007, Daisuke Maki 2003-2005, Claus A. Färber License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2013, gregor herrmann 2007, Krzysztof Krzyzaniak (eloy) 2007-2008, Rene Mayorga 2009, Jonathan Yu 2009-2011, Ansgar Burchardt 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/watch0000644000000000000000000000020012217405520010205 0ustar version=3 https://metacpan.org/release/DateTime-Format-Pg/ .*/DateTime-Format-Pg-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)