--- libclass-dbi-plugin-pager-perl-0.561.orig/debian/control +++ libclass-dbi-plugin-pager-perl-0.561/debian/control @@ -0,0 +1,21 @@ +Source: libclass-dbi-plugin-pager-perl +Maintainer: Debian Perl Group +Uploaders: Ben Hutchings , + Damyan Ivanov , + Tim Retout +Section: perl +Priority: extra +Build-Depends: debhelper (>= 7), quilt (>= 0.46-7), perl +Build-Depends-Indep: libclass-data-inheritable-perl, libclass-dbi-perl (>= 0.90), libclass-dbi-plugin-abstractcount-perl, libdata-page-perl (>= 2), libsql-abstract-perl (>= 1.55), libtest-exception-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-warn-perl, libuniversal-exports-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-Pager/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-plugin-pager-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-plugin-pager-perl/ + +Package: libclass-dbi-plugin-pager-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-data-inheritable-perl, libclass-dbi-perl (>= 0.90), libclass-dbi-plugin-abstractcount-perl, libdata-page-perl (>= 2), libsql-abstract-perl, libuniversal-exports-perl +Description: Class::DBI::Plugin::Pager - paged queries for CDBI + Adds a pager method to your class that can query using SQL::Abstract + where clauses, and limit the number of rows returned to a specific + subset. --- libclass-dbi-plugin-pager-perl-0.561.orig/debian/copyright +++ libclass-dbi-plugin-pager-perl-0.561/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: David Baird +Upstream-Source: http://search.cpan.org/dist/Class-DBI-Plugin-Pager/ +Upstream-Name: Class-DBI-Plugin-Pager + +Files: * +Copyright: 2004, David Baird +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2005, Ben Hutchings + 2008, Damyan Ivanov + 2009, Tim Retout + 2009, gregor herrmann +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-plugin-pager-perl-0.561.orig/debian/watch +++ libclass-dbi-plugin-pager-perl-0.561/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-DBI-Plugin-Pager/ .+/Class-DBI-Plugin-Pager-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libclass-dbi-plugin-pager-perl-0.561.orig/debian/compat +++ libclass-dbi-plugin-pager-perl-0.561/debian/compat @@ -0,0 +1 @@ +7 --- libclass-dbi-plugin-pager-perl-0.561.orig/debian/README.source +++ libclass-dbi-plugin-pager-perl-0.561/debian/README.source @@ -0,0 +1,5 @@ +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-plugin-pager-perl-0.561.orig/debian/changelog +++ libclass-dbi-plugin-pager-perl-0.561/debian/changelog @@ -0,0 +1,55 @@ +libclass-dbi-plugin-pager-perl (0.561-3) unstable; urgency=medium + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Tim Retout ] + * Switch to 3-line rules file with quilt. + + Update debhelper compat and Build-Dependency to 7. + + Add quilt Build-Dependency. + * Add patch to fix 02main.t with libsql-abstract-perl (>= 1.55), and + Build-Depend on that. (Closes: #531230) + * Set urgency to medium for RC bug fix. + * Add self to Uploaders. + * Update Standards-Version to 3.8.2. + + Add standard quilt README.source. + + [ gregor herrmann ] + * debian/control: drop build dependency on libmodule-build-perl, debhelper + uses EUMM. + * debian/copyright: update format and info about debian/*. + + -- Tim Retout Wed, 05 Aug 2009 00:24:41 +0100 + +libclass-dbi-plugin-pager-perl (0.561-2) unstable; urgency=low + + * Taking over maintenance with Ben's approval + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Ben Hutchings + ); Ben Hutchings + moved to Uploaders. + * Add debian/watch. + * debian/rules: remade with dh-make-perl template + + stop installing README as it contains nothing more that the POD + * move debhelper, perl and libmodule-build-perl from B-D-I to B-D. + * bump debhelper compatibility level to 5 + * Standards-Version 3.7.3 (no changes) + * add myself to Uploaders + * remove Homepage pseudo-field from long description + * debian/copyright: use dist-based upstream URL + + convert to machine-readable format + + -- Damyan Ivanov Sun, 10 Feb 2008 00:08:21 +0200 + +libclass-dbi-plugin-pager-perl (0.561-1) unstable; urgency=low + + * Initial release - closes: #345453 + + -- Ben Hutchings Sat, 31 Dec 2005 22:45:23 +0000 --- libclass-dbi-plugin-pager-perl-0.561.orig/debian/rules +++ libclass-dbi-plugin-pager-perl-0.561/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libclass-dbi-plugin-pager-perl-0.561.orig/debian/patches/series +++ libclass-dbi-plugin-pager-perl-0.561/debian/patches/series @@ -0,0 +1 @@ +fix-tests-new-sql-abstract.patch --- libclass-dbi-plugin-pager-perl-0.561.orig/debian/patches/fix-tests-new-sql-abstract.patch +++ libclass-dbi-plugin-pager-perl-0.561/debian/patches/fix-tests-new-sql-abstract.patch @@ -0,0 +1,26 @@ +Author: Tim Retout +Description: SQL::Abstract 1.55 outputs cleaner SQL, so update 02main.t + to expect it. + +Index: libclass-dbi-plugin-pager-perl/t/02.main.t +=================================================================== +--- libclass-dbi-plugin-pager-perl.orig/t/02.main.t 2009-08-04 23:46:27.000000000 +0100 ++++ libclass-dbi-plugin-pager-perl/t/02.main.t 2009-08-04 23:58:39.000000000 +0100 +@@ -116,7 +116,7 @@ + lives_ok { @results = $pager->search_where } 'search_where'; + is_deeply( \@results, [ @dataset, + 'TestApp', +- '( ( age <= ? ) AND ( age => ? ) AND ( city = ? ) ) ORDER BY fig LIMIT 10, 5', ++ '( ( age <= ? AND age => ? AND city = ? ) ) ORDER BY fig LIMIT 10, 5', + '80', '20', 'Jerusalem', + ], + 'arrayref where (named args) results' ); +@@ -142,7 +142,7 @@ + lives_ok { @results = $pager->search_where } 'search_where'; + is_deeply( \@results, [ @dataset, + 'TestApp', +- '( ( age <= ? ) AND ( age => ? ) AND ( city = ? ) ) ORDER BY fig ROWS 10 TO 15', ++ '( ( age <= ? AND age => ? AND city = ? ) ) ORDER BY fig ROWS 10 TO 15', + '80', '20', 'Jerusalem', + ], + 'arrayref where (positional args) results' );