--- libclass-dbi-plugin-abstractcount-perl-0.08.orig/debian/control +++ libclass-dbi-plugin-abstractcount-perl-0.08/debian/control @@ -0,0 +1,24 @@ +Source: libclass-dbi-plugin-abstractcount-perl +Maintainer: Debian Perl Group +Uploaders: Ben Hutchings , + gregor herrmann +Section: perl +Priority: extra +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libclass-dbi-perl (>= 0.95), + libclass-dbi-plugin-perl (>= 0.02), libsql-abstract-perl (>= 1.50), + libtest-deep-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.8.8) +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-AbstractCount/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-plugin-abstractcount-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-plugin-abstractcount-perl/ + +Package: libclass-dbi-plugin-abstractcount-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.95), + libclass-dbi-plugin-perl (>= 0.02), libsql-abstract-perl (>= 1.50) +Description: Class::DBI plugin to get COUNT(*) results with abstract SQL + The Class::DBI::Plugin::AbstractCount module combines the functionality from + Class::DBI::Plugin::CountSearch (counting objects without having to use an + array or an iterator), and Class::DBI::AbstractSearch, which allows complex + where-clauses a la SQL::Abstract. --- libclass-dbi-plugin-abstractcount-perl-0.08.orig/debian/copyright +++ libclass-dbi-plugin-abstractcount-perl-0.08/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jean-Christophe Zeus +Upstream-Source: http://search.cpan.org/dist/Class-DBI-Plugin-AbstractCount/ +Upstream-Name: Class-DBI-Plugin-AbstractCount + +Files: * +Copyright: 2004, Jean-Christophe Zeus +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2005, Ben Hutchings + 2008-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-abstractcount-perl-0.08.orig/debian/watch +++ libclass-dbi-plugin-abstractcount-perl-0.08/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-DBI-Plugin-AbstractCount/ .+/Class-DBI-Plugin-AbstractCount-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libclass-dbi-plugin-abstractcount-perl-0.08.orig/debian/compat +++ libclass-dbi-plugin-abstractcount-perl-0.08/debian/compat @@ -0,0 +1 @@ +7 --- libclass-dbi-plugin-abstractcount-perl-0.08.orig/debian/changelog +++ libclass-dbi-plugin-abstractcount-perl-0.08/debian/changelog @@ -0,0 +1,56 @@ +libclass-dbi-plugin-abstractcount-perl (0.08-1) unstable; urgency=low + + [ 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. + + [ gregor herrmann ] + * New upstream release: + + now uses SQL::Abstract::Test for tests (closes: #527751) + + bump (build) dependency on libsql-abstract-perl to >= 1.50 + + add build dependecny on libtest-deep-perl + * debian/control: change my email address. + * Set Standards-Version to 3.8.2 (no changes). + * Update to debhelper 7 (debian/{rules,compat,control}). + * debian/copyright: switch to new format. + * debian/control: adjust short and long description. + + -- gregor herrmann Wed, 01 Jul 2009 17:18:12 +0200 + +libclass-dbi-plugin-abstractcount-perl (0.07-1) unstable; urgency=low + + [ Damyan Ivanov ] + * Take over for the Debian Perl Group on maintainer's + request + http://lists.debian.org/debian-perl/2008/01/msg00262.html + * 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. + + [ gregor herrmann ] + * New upstream release. + * debian/control: + - remove Homepage from long description + - move debhelper to Build-Depends + - add /me to Uploaders + - wrap long lines + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 6. + * debian/rules: rewrite with template from dh-make-perl. + * Don't install README anymore, doesn't provide additional information. + + -- gregor herrmann Fri, 01 Feb 2008 18:44:31 +0100 + +libclass-dbi-plugin-abstractcount-perl (0.06-1) unstable; urgency=low + + * Initial release - closes: #345452 + + -- Ben Hutchings Sat, 31 Dec 2005 22:45:23 +0000 --- libclass-dbi-plugin-abstractcount-perl-0.08.orig/debian/rules +++ libclass-dbi-plugin-abstractcount-perl-0.08/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@