--- libclass-dbi-abstractsearch-perl-0.07.orig/debian/rules +++ libclass-dbi-abstractsearch-perl-0.07/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/changelog +++ libclass-dbi-abstractsearch-perl-0.07/debian/changelog @@ -0,0 +1,90 @@ +libclass-dbi-abstractsearch-perl (0.07-3) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531498) + * 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. + * Add myself to Uploaders. + * Convert debian/copyright to proposed machine-readable format. + * Fix POD errors: new patch pod-errors.patch + + Add quilt framework and README.source + + -- Ansgar Burchardt Mon, 20 Jul 2009 19:39:46 +0200 + +libclass-dbi-abstractsearch-perl (0.07-2) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/copyright: Updated to add copyright notice. + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 12:12:00 +0100 + +libclass-dbi-abstractsearch-perl (0.07-1) unstable; urgency=low + + * New upstream release. + * New dependency on libsql-abstract-limit-perl (>= 0.1) + + -- Stephen Quinney Wed, 12 Oct 2005 09:21:20 +0100 + +libclass-dbi-abstractsearch-perl (0.05-2) unstable; urgency=low + + * Switched to my debian.org email address. + * debian/watch - Updated URL so it does not timeout. + + -- Stephen Quinney Thu, 22 Sep 2005 22:31:49 +0100 + +libclass-dbi-abstractsearch-perl (0.05-1) unstable; urgency=low + + * New upstream release - the 'order' parameter is now called 'order_by' + to make it consistent with Class::DBI. + + -- Stephen Quinney Sun, 11 Apr 2004 09:54:40 +0100 + +libclass-dbi-abstractsearch-perl (0.04-1) unstable; urgency=low + + * New upstream release - new feature to pass parameters to the new() + method in Abstract::SQL + + -- Stephen Quinney Fri, 20 Feb 2004 15:49:23 +0000 + +libclass-dbi-abstractsearch-perl (0.03-1) unstable; urgency=low + + * New upstream release - removed my own patch for the redefined variable + as it is fixed upstream. + + -- Stephen Quinney Tue, 12 Aug 2003 13:07:13 +0100 + +libclass-dbi-abstractsearch-perl (0.02-2) unstable; urgency=low + + * Patched AbstractSearch.pm to remove a bug which introduced an annoying + warning about a variable being redefined in the same scope. + + -- Stephen Quinney Fri, 25 Jul 2003 10:35:43 +0100 + +libclass-dbi-abstractsearch-perl (0.02-1) unstable; urgency=low + + * New upstream release - now accepts an optional attributes hash + reference to search_where(). + + -- Stephen Quinney Sat, 12 Jul 2003 11:52:03 +0100 + +libclass-dbi-abstractsearch-perl (0.01-1) unstable; urgency=low + + * Initial Release, closes: #213897. + + -- Stephen Quinney Tue, 8 Jul 2003 19:31:14 +0100 + --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/watch +++ libclass-dbi-abstractsearch-perl-0.07/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-DBI-AbstractSearch/ .*/Class-DBI-AbstractSearch-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/control +++ libclass-dbi-abstractsearch-perl-0.07/debian/control @@ -0,0 +1,29 @@ +Source: libclass-dbi-abstractsearch-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl (>= 5.8.0), libclass-dbi-perl (>= 0.93), + libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1), + libdbd-sqlite3-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Class-DBI-AbstractSearch/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/ + +Package: libclass-dbi-abstractsearch-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.93), + libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1) +Description: Abstract Class::DBI's SQL with SQL::Abstract + Class::DBI::AbstractSearch is a Class::DBI plugin to glue the + SQL::Abstract module into Class::DBI. + . + Class::DBI provides a convenient abstraction layer to a database. It + not only provides a simple database to object mapping layer, but can + be used to implement several higher order database functions, at the + application level, rather than at the database. + . + SQL::Abstract provides methods for generating abstract SQL from Perl + data structures. --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/copyright +++ libclass-dbi-abstractsearch-perl-0.07/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tatsuhiko Miyagawa +Upstream-Source: http://search.cpan.org/dist/Class-DBI-AbstractSearch/ +Upstream-Name: Class-DBI-AbstractSearch + +Files: * +Copyright: © 2003-2005, Tatsuhiko Miyagawa +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2003-2005, Stephen Quinney + © 2006, 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-abstractsearch-perl-0.07.orig/debian/compat +++ libclass-dbi-abstractsearch-perl-0.07/debian/compat @@ -0,0 +1 @@ +7 --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/README.source +++ libclass-dbi-abstractsearch-perl-0.07/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/clean +++ libclass-dbi-abstractsearch-perl-0.07/debian/clean @@ -0,0 +1 @@ +t/testdb --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/patches/series +++ libclass-dbi-abstractsearch-perl-0.07/debian/patches/series @@ -0,0 +1 @@ +pod-errors.patch --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/patches/pod-errors.patch +++ libclass-dbi-abstractsearch-perl-0.07/debian/patches/pod-errors.patch @@ -0,0 +1,14 @@ +Subject: Fix POD errors +Date: Mon, 20 Jul 2009 19:28:37 +0200 +From: Ansgar Burchardt +--- libclass-dbi-abstractsearch-perl.orig/lib/Class/DBI/AbstractSearch.pm ++++ libclass-dbi-abstractsearch-perl/lib/Class/DBI/AbstractSearch.pm +@@ -120,6 +120,8 @@ + + $class->search_where(\%where, { logic => 'AND' }); + ++=back ++ + =head1 AUTHOR + + Tatsuhiko Miyagawa Emiyagawa@bulknews.netE with some help from