--- libdatetime-format-pg-perl-0.16003.orig/debian/control +++ libdatetime-format-pg-perl-0.16003/debian/control @@ -0,0 +1,26 @@ +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: gregor herrmann , + Krzysztof Krzyzaniak (eloy) , + Rene Mayorga , + Ansgar Burchardt +Standards-Version: 3.8.1 +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-perl, + libdatetime-timezone-perl, libdatetime-format-builder-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.16003.orig/debian/copyright +++ libdatetime-format-pg-perl-0.16003/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228 +Upstream-Name: DateTime-Format-Pg +Upstream-Maintainer: Daisuke Maki +Upstream-Source: http://search.cpan.org/dist/DateTime-Format-Pg/ + +Files: * +Copyright © 2003-2005 Claus A. Färber. All rights reserved. +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + . + Perl is distributed under your choice of the GNU General Public License or + the Artistic License. On Debian GNU/Linux systems, the complete text of the + GNU General Public License can be found in `/usr/share/common-licenses/GPL' + and the Artistic Licence in `/usr/share/common-licenses/Artistic'. + +Files: inc/Module/* +Copyright: Copyright 2002 - 2009 by Brian Ingerson, Audrey Tang and Adam Kennedy +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + +Files: debian/* +Copyright: + © 2006-2008, gregor herrmann + © 2007, Krzysztof Krzyzaniak (eloy) + © 2007-2008, Rene Mayorga +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + --- libdatetime-format-pg-perl-0.16003.orig/debian/watch +++ libdatetime-format-pg-perl-0.16003/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.16003.orig/debian/compat +++ libdatetime-format-pg-perl-0.16003/debian/compat @@ -0,0 +1 @@ +7 --- libdatetime-format-pg-perl-0.16003.orig/debian/changelog +++ libdatetime-format-pg-perl-0.16003/debian/changelog @@ -0,0 +1,77 @@ +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.16003.orig/debian/rules +++ libdatetime-format-pg-perl-0.16003/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build