diff -u libclass-dbi-abstractsearch-perl-0.07/debian/watch libclass-dbi-abstractsearch-perl-0.07/debian/watch --- libclass-dbi-abstractsearch-perl-0.07/debian/watch +++ libclass-dbi-abstractsearch-perl-0.07/debian/watch @@ -2 +2 @@ -http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Class-DBI-AbstractSearch-(.*)\.tar\.gz +http://search.cpan.org/dist/Class-DBI-AbstractSearch/ .*/Class-DBI-AbstractSearch-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) diff -u libclass-dbi-abstractsearch-perl-0.07/debian/changelog libclass-dbi-abstractsearch-perl-0.07/debian/changelog --- libclass-dbi-abstractsearch-perl-0.07/debian/changelog +++ libclass-dbi-abstractsearch-perl-0.07/debian/changelog @@ -1,3 +1,29 @@ +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. diff -u libclass-dbi-abstractsearch-perl-0.07/debian/control libclass-dbi-abstractsearch-perl-0.07/debian/control --- libclass-dbi-abstractsearch-perl-0.07/debian/control +++ libclass-dbi-abstractsearch-perl-0.07/debian/control @@ -1,14 +1,21 @@ Source: libclass-dbi-abstractsearch-perl Section: perl Priority: optional -Maintainer: Bart Martens -Build-Depends: cdbs, debhelper (>= 5) -Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1), libtest-simple-perl | perl (>= 5.8.0), libdbd-sqlite3-perl -Standards-Version: 3.7.2 +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: ${perl:Depends}, libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1) +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. @@ -23,2 +29,0 @@ - . - Homepage: http://search.cpan.org/~miyagawa/Class-DBI-AbstractSearch/ diff -u libclass-dbi-abstractsearch-perl-0.07/debian/compat libclass-dbi-abstractsearch-perl-0.07/debian/compat --- libclass-dbi-abstractsearch-perl-0.07/debian/compat +++ libclass-dbi-abstractsearch-perl-0.07/debian/compat @@ -1 +1 @@ -5 +7 diff -u libclass-dbi-abstractsearch-perl-0.07/debian/copyright libclass-dbi-abstractsearch-perl-0.07/debian/copyright --- libclass-dbi-abstractsearch-perl-0.07/debian/copyright +++ libclass-dbi-abstractsearch-perl-0.07/debian/copyright @@ -1,23 +1,31 @@ -This package was debianized by Stephen Quinney on -Tue, 08 Jul 2003 19:29:53 +0100 - -It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/ - -Upstream Author: Tatsuhiko Miyagawa - -Copyright (c) 2003-2005 Tatsuhiko Miyagawa - -License: +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 either: - - a) the GNU General Public License as published by the Free Software - Foundation; either version 1, or (at your option) any later - version, or - - b) the "Artistic License" which comes with Perl. + 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' and - the Artistic Licence in `/usr/share/common-licenses/Artistic'. + Public License can be found in `/usr/share/common-licenses/GPL' diff -u libclass-dbi-abstractsearch-perl-0.07/debian/rules libclass-dbi-abstractsearch-perl-0.07/debian/rules --- libclass-dbi-abstractsearch-perl-0.07/debian/rules +++ libclass-dbi-abstractsearch-perl-0.07/debian/rules @@ -2,10 +2,2 @@ - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perlmodule.mk - -install/libclass-dbi-abstractsearch-perl:: - -rmdir debian/libclass-dbi-abstractsearch-perl/usr/lib/perl5 - -rmdir debian/libclass-dbi-abstractsearch-perl/usr/lib - -clean:: - rm -f t/testdb +%: + dh --with quilt $@ only in patch2: unchanged: --- 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. + only in patch2: unchanged: --- libclass-dbi-abstractsearch-perl-0.07.orig/debian/clean +++ libclass-dbi-abstractsearch-perl-0.07/debian/clean @@ -0,0 +1 @@ +t/testdb only in patch2: unchanged: --- 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 only in patch2: unchanged: --- 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