diff -u libclass-dbi-loader-perl-0.34/debian/watch libclass-dbi-loader-perl-0.34/debian/watch --- libclass-dbi-loader-perl-0.34/debian/watch +++ libclass-dbi-loader-perl-0.34/debian/watch @@ -2 +2 @@ -http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/Class-DBI-Loader-(.*)\.tar\.gz +http://search.cpan.org/dist/Class-DBI-Loader/ .*/Class-DBI-Loader-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) diff -u libclass-dbi-loader-perl-0.34/debian/changelog libclass-dbi-loader-perl-0.34/debian/changelog --- libclass-dbi-loader-perl-0.34/debian/changelog +++ libclass-dbi-loader-perl-0.34/debian/changelog @@ -1,3 +1,28 @@ +libclass-dbi-loader-perl (0.34-2) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531499) + * 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. + * Convert debian/copyright to proposed machine-readable format. + * Do no longer install README (copy of POD documentation). + * Add myself to Uploaders. + + -- Ansgar Burchardt Mon, 27 Jul 2009 22:24:17 +0200 + libclass-dbi-loader-perl (0.34-1) unstable; urgency=low * New upstream release. diff -u libclass-dbi-loader-perl-0.34/debian/copyright libclass-dbi-loader-perl-0.34/debian/copyright --- libclass-dbi-loader-perl-0.34/debian/copyright +++ libclass-dbi-loader-perl-0.34/debian/copyright @@ -1,28 +1,35 @@ -This package was debianized by Stephen Quinney on -Fri, 28 May 2004 13:49:03 +0100 - -It was downloaded from http://www.cpan.org/authors/id/D/DM/DMAKI/ - -Upstream Author: Daisuke Maki - -Authors Emeritus: - -Sebastian Riedel -IKEBE Tomohiro - -Copyright (c) 2006 Daisuke Maki - -License: +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Daisuke Maki +Upstream-Source: http://search.cpan.org/dist/Class-DBI-Loader/ +Upstream-Name: Class-DBI-Loader + +Files: * +Copyright: + © 2004-2007, IKEBE Tomohiro , + Sebastian Riedel , + Daisuke Maki +License-Alias: Perl +License: Artistic | GPL-1+ +X-Comment: Years of copyright taken from `Changes' + +Files: debian/* +Copyright: + © 2004-2006, Stephen Quinney + © 2006-2007, 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-loader-perl-0.34/debian/compat libclass-dbi-loader-perl-0.34/debian/compat --- libclass-dbi-loader-perl-0.34/debian/compat +++ libclass-dbi-loader-perl-0.34/debian/compat @@ -1 +1 @@ -5 +7 diff -u libclass-dbi-loader-perl-0.34/debian/control libclass-dbi-loader-perl-0.34/debian/control --- libclass-dbi-loader-perl-0.34/debian/control +++ libclass-dbi-loader-perl-0.34/debian/control @@ -4,16 +4,18 @@ -Maintainer: Bart Martens +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-sqlite-perl (>= 0.09), liblingua-en-inflect-perl, libtest-pod-perl, libtest-pod-coverage-perl, libclass-dbi-mysql-perl, libclass-dbi-pg-perl -Build-Depends: cdbs, debhelper (>= 5) -Standards-Version: 3.7.2 +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Class-DBI-Loader/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-loader-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-loader-perl/ Package: libclass-dbi-loader-perl Architecture: all -Depends: ${perl:Depends}, libclass-dbi-perl (>= 0.89), libdbi-perl (>= 1.31), liblingua-en-inflect-perl +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.89), libdbi-perl (>= 1.31), liblingua-en-inflect-perl Recommends: libclass-dbi-pg-perl (>= 0.07), libclass-dbi-sqlite-perl (>= 0.09), libclass-dbi-mysql-perl -Description: Dynamic definition of Class::DBI sub classes +Description: Perl module for dynamic definition of Class::DBI sub classes Class::DBI::Loader automates the definition of Class::DBI sub-classes. It scans database schemas to set up tables, columns, and primary keys. Class names are defined by table names and namespace option. It currently supports MySQL, Postgres and SQLite. - . - Homepage: http://search.cpan.org/~dmaki/Class-DBI-Loader/ diff -u libclass-dbi-loader-perl-0.34/debian/rules libclass-dbi-loader-perl-0.34/debian/rules --- libclass-dbi-loader-perl-0.34/debian/rules +++ libclass-dbi-loader-perl-0.34/debian/rules @@ -2,9 +2,2 @@ - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perlmodule.mk - -DEB_MAKE_CHECK_TARGET += TEST_POD=yes - -install/libclass-dbi-loader-perl:: - -rmdir debian/libclass-dbi-loader-perl/usr/lib/perl5 - -rmdir debian/libclass-dbi-loader-perl/usr/lib +%: + TEST_POD=1 dh $@