--- libdatetime-format-pg-perl-0.16002.orig/debian/rules +++ libdatetime-format-pg-perl-0.16002/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 --- libdatetime-format-pg-perl-0.16002.orig/debian/changelog +++ libdatetime-format-pg-perl-0.16002/debian/changelog @@ -0,0 +1,55 @@ +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.16002.orig/debian/watch +++ libdatetime-format-pg-perl-0.16002/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.16002.orig/debian/control +++ libdatetime-format-pg-perl-0.16002/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: gregor herrmann , + Krzysztof Krzyzaniak (eloy) , + Rene Mayorga +Standards-Version: 3.8.0 +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/wsvn/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: Parse and format PostgreSQL dates and times + This module 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.16002.orig/debian/copyright +++ libdatetime-format-pg-perl-0.16002/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by gregor herrmann +on Sun, 8 Oct 20 2006 18:51:59 +0200, and is Maintained by the Debian Perl Group +(pkg-perl) + +It was downloaded from: http://search.cpan.org/dist/DateTime-Format-Pg/ + +Upstrem Author: Claus A. Färber + +Files: * +Copyright © 2003 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. + +Files: inc/Module/* +Copyright: Copyright 2002 - 2008 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 Debian Perl Group + +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + +The Perl license is: + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + +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'. --- libdatetime-format-pg-perl-0.16002.orig/debian/compat +++ libdatetime-format-pg-perl-0.16002/debian/compat @@ -0,0 +1 @@ +7