debian/0000755000000000000000000000000011364560266007177 5ustar debian/control0000644000000000000000000000174311364560130010575 0ustar Source: libclass-dbi-pg-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Ansgar Burchardt Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13), libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Class-DBI-Pg/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-pg-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-pg-perl/ Package: libclass-dbi-pg-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13) Description: Class::DBI extension for Postgres Class::DBI::Pg automates the setup of Class::DBI columns and primary keys for PostgreSQL. . It selects the PostgreSQL system catalog and finds out all columns, primary keys and SERIAL type columns. debian/source/0000755000000000000000000000000011364560130010465 5ustar debian/source/format0000644000000000000000000000001411364560130011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211220145503010355 0ustar 7 debian/watch0000644000000000000000000000016311215444031010212 0ustar version=3 http://search.cpan.org/dist/Class-DBI-Pg/ .*/Class-DBI-Pg-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011364560130010614 5ustar debian/patches/fix-Makefile.PL.patch0000644000000000000000000000152511364560130014453 0ustar From: Ansgar Burchardt Date: Sat, 24 Apr 2010 16:30:52 +0900 Bug-Debian: http://bugs.debian.org/578990 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=56880 Origin: vendor Subject: Fix error in Makefile.PL --- libclass-dbi-pg-perl.orig/Makefile.PL +++ libclass-dbi-pg-perl/Makefile.PL @@ -2,11 +2,12 @@ use ExtUtils::MakeMaker; WriteMakefile ( + 'NAME' => 'Class::DBI::Pg', 'DISTNAME' => 'Class-DBI-Pg', 'VERSION_FROM' => 'lib/Class/DBI/Pg.pm', 'PREREQ_PM' => { - 'Class::DBI' => '>= 0.89', - 'DBD::Pg' => '>= 1.13', + 'Class::DBI' => '0.89', + 'DBD::Pg' => '1.13', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', debian/patches/series0000644000000000000000000000002611364560130012027 0ustar fix-Makefile.PL.patch debian/rules0000755000000000000000000000003611220145503010236 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000240411364560130011120 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Daisuke Maki Source: http://search.cpan.org/dist/Class-DBI-Pg/ Name: Class-DBI-Pg Copyright: © 2006, Daisuke Maki © 2006, Sebastian Riedel © 2006, IKEBE Tomohiro License: Artistic or GPL-1+ Files: debian/* Copyright: © 2003-2006, Stephen Quinney © 2006, Bart Martens © 2009, Damyan Ivanov © 2010, 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 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' debian/changelog0000644000000000000000000000760611364560130011050 0ustar libclass-dbi-pg-perl (0.09-4) unstable; urgency=low * Remove comparison operator from required module versions in Makefile.PL. (Closes: #578990) + new patch: fix-Makefile.PL.patch * Use source format 3.0 (quilt). * debian/control: Make build-dep on perl unversioned. * Convert debian/copyright to proposed machine-readable format. * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Sat, 24 Apr 2010 16:45:41 +0900 libclass-dbi-pg-perl (0.09-3) unstable; urgency=low [ Ryan Niebur ] * Take over with permission from Bart (Closes: #531501) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Removed: Homepage pseudo-field (Description). Changed: Maintainer set to Debian Perl Group * debian/watch: use dist-based URL. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Damyan Ivanov ] * debian/rules: migrate to tiny DH7 * debian/copyright: cleanup + use dist-based upstream location + quote verbatim licensing terms * add myself to Uploaders * Standards-Version: 3.8.2 (no changes) -- Damyan Ivanov Tue, 23 Jun 2009 15:33:45 +0300 libclass-dbi-pg-perl (0.09-2) unstable; urgency=low * New maintainer, as agreed with Stephen. * debian/*: Repackaged with cdbs. * debian/control: Added libtest-pod-coverage-perl and libtest-pod-perl to Build-Depends-Indep for "make test". * debian/copyright: Updated. * debian/watch: Updated to version 3. -- Bart Martens Thu, 16 Nov 2006 15:41:17 +0100 libclass-dbi-pg-perl (0.09-1) unstable; urgency=low * New upstream release - In particular, fixes a typo that broke postgres sequence handling -- Stephen Quinney Tue, 11 Jul 2006 11:42:22 +0100 libclass-dbi-pg-perl (0.08-1) unstable; urgency=low * New upstream release -- Stephen Quinney Sun, 16 Apr 2006 17:33:36 +0100 libclass-dbi-pg-perl (0.07-1) unstable; urgency=low * New upstream release - has fixes for Postgresql 8.1 sequence handling * New upstream author - debian/copyright and debian/watch updated appropriately. * Switched to my debian.org email address. -- Stephen Quinney Thu, 26 Jan 2006 20:23:05 +0000 libclass-dbi-pg-perl (0.06-1) unstable; urgency=low * New upstream release * New upstream author - debian/copyright and debian/watch updated appropriately. * No longer need to use a patch for Multi-column primary keys support. Build-dependency on dpatch no longer required. -- Stephen Quinney Sun, 5 Dec 2004 17:04:26 +0000 libclass-dbi-pg-perl (0.03-2) unstable; urgency=low * Applied a patch from http://use.perl.org/~Fletch/journal/18634. This allows Class::DBI::Pg to handle Multi-column primary keys. Thanks to Edward Betts for pointing me to this patch, closes: #267487. * debian/rules - Tidied and improved a bit * debian/control - Moved to debian policy 3.6.1.1 -- Stephen Quinney Sat, 28 Aug 2004 11:20:17 +0100 libclass-dbi-pg-perl (0.03-1) unstable; urgency=low * New upstream release - proper fix to support dropped columns. * Specified the minimum required versions for some of the dependencies. * Updated to debian policy 3.6.1.0 -- Stephen Quinney Thu, 18 Sep 2003 16:46:49 +0100 libclass-dbi-pg-perl (0.02-2) unstable; urgency=low * Fix the SQL query, that looks up columns of a table, which was picking up dropped columns in versions of PostgreSQL 7.3 and greater. -- Stephen Quinney Thu, 24 Jul 2003 17:19:41 +0100 libclass-dbi-pg-perl (0.02-1) unstable; urgency=low * Initial Release, closes: #202291. -- Stephen Quinney Sun, 6 Jul 2003 09:24:32 +0100