--- libclass-dbi-loader-perl-0.34.orig/debian/rules +++ libclass-dbi-loader-perl-0.34/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + TEST_POD=1 dh $@ --- libclass-dbi-loader-perl-0.34.orig/debian/changelog +++ libclass-dbi-loader-perl-0.34/debian/changelog @@ -0,0 +1,131 @@ +libclass-dbi-loader-perl (0.34-2) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531499) + * 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 (was: Bart Martens + ); Bart Martens moved to Uploaders. + * debian/watch: use dist-based URL. + * remove Bart from Uploaders + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Bump Standards-Version to 3.8.2. + * Use debhelper 7 instead of cdbs. + * Convert debian/copyright to proposed machine-readable format. + * Do no longer install README (copy of POD documentation). + * Add myself to Uploaders. + + -- Ansgar Burchardt Mon, 27 Jul 2009 22:24:17 +0200 + +libclass-dbi-loader-perl (0.34-1) unstable; urgency=low + + * New upstream release. + + -- Bart Martens Thu, 12 Apr 2007 21:14:13 +0200 + +libclass-dbi-loader-perl (0.33-2) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/control: Added libtest-pod-perl, libtest-pod-coverage-perl, + libclass-dbi-mysql-perl and libclass-dbi-pg-perl to Build-Depends-Indep + to enable most tests of "make test". + * debian/rules: Added TEST_POD=yes to enable some tests in "make test". + * debian/copyright: Updated to add copyright notice. + * debian/control: Fixed description-synopsis-might-not-be-phrased-properly. + * debian/watch: Updated to version 3. + + -- Bart Martens Sun, 19 Nov 2006 10:24:11 +0100 + +libclass-dbi-loader-perl (0.33-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Thu, 15 Jun 2006 21:46:45 +0100 + +libclass-dbi-loader-perl (0.32-1) unstable; urgency=low + + * New upstream release + * Note in the recommends that a minimum version of 0.07 is required for + PostgreSQL 8 support. + * Also added libclass-dbi-mysql-perl to the recommends list. + + -- Stephen Quinney Sun, 16 Apr 2006 17:26:14 +0100 + +libclass-dbi-loader-perl (0.28-1) unstable; urgency=low + + * New upstream release + * New upstream author - updated debian/copyright and debian/watch. + * Switched to my debian.org email address. + + -- Stephen Quinney Sat, 28 Jan 2006 07:47:53 +0000 + +libclass-dbi-loader-perl (0.22-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Wed, 15 Jun 2005 21:33:28 +0100 + +libclass-dbi-loader-perl (0.20-1) unstable; urgency=low + + * New upstream release - mainly improved SQLite support. + + -- Stephen Quinney Sat, 30 Apr 2005 09:20:37 +0100 + +libclass-dbi-loader-perl (0.18-1) unstable; urgency=low + + * New upstream release - small bug fix for mysql + * Removed tests (and resulting build dependencies) as they weren't + actually doing anything useful. + + -- Stephen Quinney Sun, 10 Apr 2005 19:16:37 +0100 + +libclass-dbi-loader-perl (0.17-1) unstable; urgency=low + + * New upstream release - can now specify tables to be excluded + + -- Stephen Quinney Sat, 12 Mar 2005 10:35:33 +0000 + +libclass-dbi-loader-perl (0.16-1) unstable; urgency=low + + * New upstream release - various bugfixes + + -- Stephen Quinney Wed, 2 Mar 2005 16:57:31 +0000 + +libclass-dbi-loader-perl (0.13-1) unstable; urgency=low + + * New upstream release - now with automatic relationships! + + -- Stephen Quinney Fri, 4 Feb 2005 08:49:37 +0000 + +libclass-dbi-loader-perl (0.11-1) unstable; urgency=low + + * New upstream release - support for SQLite versions 2 and 3. + + -- Stephen Quinney Wed, 29 Dec 2004 13:08:33 +0000 + +libclass-dbi-loader-perl (0.10-1) unstable; urgency=low + + * New upstream release: + - New upstream maintainer + - Support for automatic has_a and has_many relationships + - Improved documentation + - Code cleanups and other extra little features + * Added dependency (and build-dep) on liblingua-en-inflect-perl. + * Updated debian/copyright and debian/watch to reflect change of + upstream maintainer. + + -- Stephen Quinney Thu, 16 Dec 2004 19:15:37 +0000 + +libclass-dbi-loader-perl (0.03-1) unstable; urgency=low + + * Initial Release, closes: #263212. + + -- Stephen Quinney Wed, 11 Aug 2004 20:22:08 +0100 + --- libclass-dbi-loader-perl-0.34.orig/debian/watch +++ libclass-dbi-loader-perl-0.34/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-DBI-Loader/ .*/Class-DBI-Loader-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libclass-dbi-loader-perl-0.34.orig/debian/control +++ libclass-dbi-loader-perl-0.34/debian/control @@ -0,0 +1,21 @@ +Source: libclass-dbi-loader-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-sqlite-perl (>= 0.09), liblingua-en-inflect-perl, libtest-pod-perl, libtest-pod-coverage-perl, libclass-dbi-mysql-perl, libclass-dbi-pg-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Class-DBI-Loader/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-loader-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-loader-perl/ + +Package: libclass-dbi-loader-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.89), libdbi-perl (>= 1.31), liblingua-en-inflect-perl +Recommends: libclass-dbi-pg-perl (>= 0.07), libclass-dbi-sqlite-perl (>= 0.09), libclass-dbi-mysql-perl +Description: Perl module for dynamic definition of Class::DBI sub classes + Class::DBI::Loader automates the definition of Class::DBI + sub-classes. It scans database schemas to set up tables, columns, and + primary keys. Class names are defined by table names and namespace + option. It currently supports MySQL, Postgres and SQLite. --- libclass-dbi-loader-perl-0.34.orig/debian/copyright +++ libclass-dbi-loader-perl-0.34/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Daisuke Maki +Upstream-Source: http://search.cpan.org/dist/Class-DBI-Loader/ +Upstream-Name: Class-DBI-Loader + +Files: * +Copyright: + © 2004-2007, IKEBE Tomohiro , + Sebastian Riedel , + Daisuke Maki +License-Alias: Perl +License: Artistic | GPL-1+ +X-Comment: Years of copyright taken from `Changes' + +Files: debian/* +Copyright: + © 2004-2006, Stephen Quinney + © 2006-2007, Bart Martens + © 2009, Ansgar Burchardt +License: Artistic | 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' --- libclass-dbi-loader-perl-0.34.orig/debian/compat +++ libclass-dbi-loader-perl-0.34/debian/compat @@ -0,0 +1 @@ +7