--- libdatetime-format-pg-perl-0.16004.orig/debian/control +++ libdatetime-format-pg-perl-0.16004/debian/control @@ -0,0 +1,25 @@ +Source: libdatetime-format-pg-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libdatetime-perl, libdatetime-timezone-perl, + libdatetime-format-builder-perl, libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyzaniak (eloy) , + gregor herrmann , Rene Mayorga , + Ansgar Burchardt , Jonathan Yu +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/DateTime-Format-Pg/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-pg-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-pg-perl/ + +Package: libdatetime-format-pg-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-format-builder-perl, + libdatetime-timezone-perl, libdatetime-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. --- libdatetime-format-pg-perl-0.16004.orig/debian/copyright +++ libdatetime-format-pg-perl-0.16004/debian/copyright @@ -0,0 +1,39 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Name: DateTime-Format-Pg +Upstream-Maintainer: Daisuke Maki +Upstream-Source: http://search.cpan.org/dist/DateTime-Format-Pg/ + +Files: * +Copyright: 2005-2007, Daisuke Maki + 2003-2005, Claus A. Färber +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2007-2008, Rene Mayorga + 2007, Krzysztof Krzyzaniak (eloy) + 2006-2008, gregor herrmann +License: GPL-1+ | Artistic + +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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + --- libdatetime-format-pg-perl-0.16004.orig/debian/watch +++ libdatetime-format-pg-perl-0.16004/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/DateTime-Format-Pg/ .*/DateTime-Format-Pg-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libdatetime-format-pg-perl-0.16004.orig/debian/compat +++ libdatetime-format-pg-perl-0.16004/debian/compat @@ -0,0 +1 @@ +7 --- libdatetime-format-pg-perl-0.16004.orig/debian/changelog +++ libdatetime-format-pg-perl-0.16004/debian/changelog @@ -0,0 +1,90 @@ +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 + --- libdatetime-format-pg-perl-0.16004.orig/debian/rules +++ libdatetime-format-pg-perl-0.16004/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@