--- libdbix-contextualfetch-perl-1.03.orig/debian/rules +++ libdbix-contextualfetch-perl-1.03/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libdbix-contextualfetch-perl-1.03.orig/debian/changelog +++ libdbix-contextualfetch-perl-1.03/debian/changelog @@ -0,0 +1,66 @@ +libdbix-contextualfetch-perl (1.03-3) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531506) + * 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. + + [ gregor herrmann ] + * debian/control: make short description a noun phrase. + + -- Ansgar Burchardt Wed, 22 Jul 2009 14:58:38 +0200 + +libdbix-contextualfetch-perl (1.03-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/copyright: Updated to add copyright notices. + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 14:53:12 +0100 + +libdbix-contextualfetch-perl (1.03-1) unstable; urgency=low + + * New upstream release - docs & test suite changes only. + * Build depend on libdbd-sqlite3-perl rather than libdbd-sqlite2-perl. + * Switched to my debian.org email address + + -- Stephen Quinney Tue, 27 Sep 2005 15:26:24 +0100 + +libdbix-contextualfetch-perl (1.02-2) unstable; urgency=high + + * Updated build dependency from libdbd-sqlite-perl to + libdbd-sqlite2-perl, closes: #306128 + * Urgency is high as libdbd-sqlite-perl will be removed soon. + + -- Stephen Quinney Mon, 25 Apr 2005 10:17:04 +0100 + +libdbix-contextualfetch-perl (1.02-1) unstable; urgency=low + + * New upstream release - bug fixes for some build tests. + + -- Stephen Quinney Wed, 29 Dec 2004 12:20:22 +0000 + +libdbix-contextualfetch-perl (1.01-1) unstable; urgency=low + + * Initial Release, closes: #239022. + + -- Stephen Quinney Sat, 20 Mar 2004 11:10:03 +0000 + --- libdbix-contextualfetch-perl-1.03.orig/debian/watch +++ libdbix-contextualfetch-perl-1.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/DBIx-ContextualFetch/ .*/DBIx-ContextualFetch-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libdbix-contextualfetch-perl-1.03.orig/debian/control +++ libdbix-contextualfetch-perl-1.03/debian/control @@ -0,0 +1,26 @@ +Source: libdbix-contextualfetch-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0), libdbi-perl (>= 1.35), libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/DBIx-ContextualFetch/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-contextualfetch-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-contextualfetch-perl/ + +Package: libdbix-contextualfetch-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl (>= 1.35) +Description: module to add context aware fetches to DBI + The Perl database independent interface - DBI - does not take much + advantage of Perl's context sensitivity. This is the situation where + a Perl subroutine knows whether the caller wants a single scalar + value or a list of them to be returned. + . + DBIx::ContextualFetch is a sub-class of DBI which redefines some of + the various fetch methods to fix this oversight. It also adds a few + new methods for convenience (though not necessarily efficiency). Much + of this code was originally part of the IMA::DBI Perl module + (libima-dbi-perl package). --- libdbix-contextualfetch-perl-1.03.orig/debian/copyright +++ libdbix-contextualfetch-perl-1.03/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tony Bowden +Upstream-Source: http://search.cpan.org/dist/DBIx-ContextualFetch/ +Upstream-Name: DBIx-ContextualFetch + +Files: * +Copyright: + © 2004, Michael G Schwern + © 2004, Tony Bowden +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2004-2005, Stephen Quinney + © 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' --- libdbix-contextualfetch-perl-1.03.orig/debian/compat +++ libdbix-contextualfetch-perl-1.03/debian/compat @@ -0,0 +1 @@ +7