--- libclass-dbi-plugin-retrieveall-perl-1.04.orig/debian/rules +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libclass-dbi-plugin-retrieveall-perl-1.04.orig/debian/changelog +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/changelog @@ -0,0 +1,85 @@ +libclass-dbi-plugin-retrieveall-perl (1.04-3) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531504) + * 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 ] + * Add myself to Uploaders. + * Bump Standards-Version to 3.8.2. + * Use debhelper 7 instead of cdbs. + * Do no longer install README (copy of POD documentation). + * Convert debian/copyright to proposed machine-readable format. + * Mention module name in description. + + [ gregor herrmann ] + * debian/copyright: adjust years of upstream copyright. + * deian/control: make short description a noun phrase. + + -- Ansgar Burchardt Mon, 20 Jul 2009 16:02:10 +0200 + +libclass-dbi-plugin-retrieveall-perl (1.04-2) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/control: Added libtest-pod-perl and libtest-pod-coverage-perl to + Build-Depends-Indep for "make test". + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 16:13:01 +0100 + +libclass-dbi-plugin-retrieveall-perl (1.04-1) unstable; urgency=low + + * New upstream release - doc changes only + + -- Stephen Quinney Sun, 16 Apr 2006 17:40:40 +0100 + +libclass-dbi-plugin-retrieveall-perl (1.02-1) unstable; urgency=low + + * New upstream release - no code changes. + * Switched to my debian.org email address. + + -- Stephen Quinney Wed, 12 Oct 2005 08:34:03 +0100 + +libclass-dbi-plugin-retrieveall-perl (1.01-3) unstable; urgency=low + + * debian/watch - Updated URL to stop lookups randomly failing. + + -- Stephen Quinney Sat, 11 Jun 2005 12:29:02 +0100 + +libclass-dbi-plugin-retrieveall-perl (1.01-2) unstable; urgency=high + + * Updated build dependency from libdbd-sqlite-perl to + libdbd-sqlite3-perl, closes: #306126. + * Urgency is high as libdbd-sqlite-perl will be removed soon. + + -- Stephen Quinney Mon, 25 Apr 2005 10:28:55 +0100 + +libclass-dbi-plugin-retrieveall-perl (1.01-1) unstable; urgency=low + + * New upstream release - small change adding new functionality. + + -- Stephen Quinney Tue, 3 Aug 2004 19:19:38 +0100 + +libclass-dbi-plugin-retrieveall-perl (1.0-2) unstable; urgency=low + + * Fix FTBFS, closes: #259138 + + -- Stephen Quinney Tue, 13 Jul 2004 15:57:41 +0100 + +libclass-dbi-plugin-retrieveall-perl (1.0-1) unstable; urgency=low + + * Initial Release, closes: #252961. + + -- Stephen Quinney Tue, 29 Jun 2004 18:25:39 +0100 + --- libclass-dbi-plugin-retrieveall-perl-1.04.orig/debian/watch +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ .*/Class-DBI-Plugin-RetrieveAll-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libclass-dbi-plugin-retrieveall-perl-1.04.orig/debian/control +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/control @@ -0,0 +1,27 @@ +Source: libclass-dbi-plugin-retrieveall-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-perl (>= 0.95), libtest-simple-perl, libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-plugin-retrieveall-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-plugin-retrieveall-perl/ + +Package: libclass-dbi-plugin-retrieveall-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.95) +Description: Class::DBI plugin providing a more complex retrieve_all() method + Class::DBI::Plugin::RetrieveAll is a simple plugin to a Class::DBI subclass + which provides a 'retrieve_all_sorted_by' method. + . + This method will be exported into the calling class, and allows for + retrieving all the objects of the class, sorted by the given column. + . + The argument given will be passed straight through to the database + 'as is', and is not checked in any way, so an error here will + probably result in an error from the database, rather than Class::DBI + itself. However, because of this it is possible to pass more complex + ORDER BY clauses through: --- libclass-dbi-plugin-retrieveall-perl-1.04.orig/debian/copyright +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tony Bowden +Upstream-Source: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ +Upstream-Name: Class-DBI-Plugin-RetrieveAll + +Files: * +Copyright: © 2004-2006, Kasei +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2004-2006, 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-plugin-retrieveall-perl-1.04.orig/debian/compat +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/compat @@ -0,0 +1 @@ +7