--- libclass-dbi-plugin-type-perl-0.02.orig/debian/rules +++ libclass-dbi-plugin-type-perl-0.02/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libclass-dbi-plugin-type-perl-0.02.orig/debian/changelog +++ libclass-dbi-plugin-type-perl-0.02/debian/changelog @@ -0,0 +1,76 @@ +libclass-dbi-plugin-type-perl (0.02-7) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531516) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); ${misc:Depends} to Depends: field. 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 ] + * Use debhelper 7 instead of cdbs. + * Add myself to Uploaders. + * No longer install README (no useful content). + * Bump Standards-Version to 3.8.2. + * Convert debian/copyright to proposed machine-readable format. + * Mention module name in description. + + [ gregor herrmann ] + * debian/control: make short description a noun phrase. + + -- Ansgar Burchardt Mon, 20 Jul 2009 16:09:38 +0200 + +libclass-dbi-plugin-type-perl (0.02-6) unstable; urgency=low + + * debian/control: Standards-Version, Homepage. + * debian/control: Changed my e-mail address. + * debian/rules: Removed obsolete part about deleting empty directories. + * debian/watch: Updated to use www.cpan.org/modules/by-module. + + -- Bart Martens Tue, 29 Jul 2008 20:20:10 +0200 + +libclass-dbi-plugin-type-perl (0.02-5) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/copyright: Updated to add copyright notice. + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 20:53:35 +0100 + +libclass-dbi-plugin-type-perl (0.02-4) unstable; urgency=low + + * Moved debhelper to Build-Depends + * Switched to my debian.org email address throughout + + -- Stephen Quinney Wed, 21 Jun 2006 18:10:13 +0100 + +libclass-dbi-plugin-type-perl (0.02-3) unstable; urgency=high + + * Updated build dependency from libdbd-sqlite-perl to + libdbd-sqlite3-perl, closes: #306129. + * Urgency is high as libdbd-sqlite-perl will be removed soon. + + -- Stephen Quinney Mon, 25 Apr 2005 10:34:50 +0100 + +libclass-dbi-plugin-type-perl (0.02-2) unstable; urgency=low + + * Made the 'make test' phase non-mandatory until the + libdbd-sqlite-perl/libdbd-sqlite2-perl problems are resolved, + closes: #290121. + + -- Stephen Quinney Wed, 12 Jan 2005 21:11:36 +0000 + +libclass-dbi-plugin-type-perl (0.02-1) unstable; urgency=low + + * Initial Release - closes: #271977. + + -- Stephen Quinney Fri, 17 Sep 2004 10:47:41 +0100 + --- libclass-dbi-plugin-type-perl-0.02.orig/debian/watch +++ libclass-dbi-plugin-type-perl-0.02/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/(\d)[\-_]?(rc\d+|pre-rc\d+|pre\d+a?)$/$1~$2/;s/[\-\.](source|src|orig|unix)$//;s/^(\d{8})/0.0.$1/;s/-(bin|osx)$/~$1/;s/^v(\d)/$1/;" \ +http://search.cpan.org/dist/Class-DBI-Plugin-Type/ .*/Class-DBI-Plugin-Type-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ + --- libclass-dbi-plugin-type-perl-0.02.orig/debian/control +++ libclass-dbi-plugin-type-perl-0.02/debian/control @@ -0,0 +1,19 @@ +Source: libclass-dbi-plugin-type-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.94), libtest-simple-perl, libdbd-sqlite3-perl +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-plugin-type-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-plugin-type-perl/ +Homepage: http://search.cpan.org/~simon/Class-DBI-Plugin-Type/ + +Package: libclass-dbi-plugin-type-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.94) +Description: Class::DBI plugin to determine type information for table columns + The Class::DBI::Plugin::Type module allows Class::DBI-based classes to + query their columns for data type information in a database-independent + manner. --- libclass-dbi-plugin-type-perl-0.02.orig/debian/copyright +++ libclass-dbi-plugin-type-perl-0.02/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Simon Cozens +Upstream-Source: http://search.cpan.org/dist/Class-DBI-Plugin-Type/ +Upstream-Name: Class-DBI-Plugin-Type + +Files: * +Copyright: © 2004, Simon Cozens +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-type-perl-0.02.orig/debian/compat +++ libclass-dbi-plugin-type-perl-0.02/debian/compat @@ -0,0 +1 @@ +7