--- libclass-dbi-fromcgi-perl-1.00.orig/debian/rules +++ libclass-dbi-fromcgi-perl-1.00/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libclass-dbi-fromcgi-perl-1.00.orig/debian/changelog +++ libclass-dbi-fromcgi-perl-1.00/debian/changelog @@ -0,0 +1,67 @@ +libclass-dbi-fromcgi-perl (1.00-4) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531511) + * 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 ] + * Bump Standards-Version to 3.8.2. + * Use debhelper 7 instead of cdbs. + * Convert debian/copyright to proposed machine-readable format. + * Drop alternate build-dep on libtest-simple-perl: perl 5.8 is even in + oldstable + * No longer install README (copy of POD documentation). + * Add myself to Uploaders. + * debian/control: Reword description a bit. + + -- Ansgar Burchardt Mon, 27 Jul 2009 22:06:31 +0200 + +libclass-dbi-fromcgi-perl (1.00-3) 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 Sun, 20 Jul 2008 11:21:39 +0200 + +libclass-dbi-fromcgi-perl (1.00-2) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/control: Added libtest-pod-perl, libtest-pod-coverage-perl, + libclass-dbi-sqlite-perl and libdbd-sqlite3-perl to Build-Depends-Indep + for "make test". + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 22:14:33 +0100 + +libclass-dbi-fromcgi-perl (1.00-1) unstable; urgency=low + + * New upstream release. + * Switched to my debian.org email address. + + -- Stephen Quinney Wed, 12 Oct 2005 09:04:46 +0100 + +libclass-dbi-fromcgi-perl (0.94-2) unstable; urgency=low + + * debian/watch - Updated URL to stop lookups randomly failing. + + -- Stephen Quinney Sat, 11 Jun 2005 12:32:40 +0100 + +libclass-dbi-fromcgi-perl (0.94-1) unstable; urgency=low + + * Initial Release, closes: #213902. + + -- Stephen Quinney Thu, 14 Aug 2003 14:43:48 +0100 + --- libclass-dbi-fromcgi-perl-1.00.orig/debian/watch +++ libclass-dbi-fromcgi-perl-1.00/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/(\d)[\-_]?(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-FromCGI/ .*/Class-DBI-FromCGI-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libclass-dbi-fromcgi-perl-1.00.orig/debian/control +++ libclass-dbi-fromcgi-perl-1.00/debian/control @@ -0,0 +1,35 @@ +Source: libclass-dbi-fromcgi-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0), libclass-dbi-perl (>= 0.93), + libcgi-untaint-perl (>= 0.8), libtest-pod-perl, libtest-pod-coverage-perl, + libdbd-sqlite3-perl, libclass-dbi-sqlite-perl +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-fromcgi-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-fromcgi-perl/ +Homepage: http://search.cpan.org/~tmtm/Class-DBI-FromCGI/ + +Package: libclass-dbi-fromcgi-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.93), libcgi-untaint-perl (>= 0.8) +Description: Perl module to update Class::DBI data using CGI::Untaint + Lots of times, Class::DBI is used in web-based applications. (In + fact, coupled with a templating system that allows you to pass + objects, such as Template::Toolkit, Class::DBI is very much your + friend for these.) + . + One of the most irritating things about writing web-based applications + is the monotony of writing much of the same stuff over and over again. + And, where there's monotony there's a tendency to skip over stuff that + is really important, but is a pain to write - like Taint Checking and + sensible input validation. (Especially as you can still show a 'working' + application without it!). CGI::Untaint can take care of a lot of that + for us. + . + It so happens that CGI::Untaint also plays well with Class::DBI. All + you need to do is to 'use Class::DBI::FromCGI' in your class (or in + your local Class::DBI subclass that all your other classes inherit + from. You do that, don't you?). --- libclass-dbi-fromcgi-perl-1.00.orig/debian/copyright +++ libclass-dbi-fromcgi-perl-1.00/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tony Bowden +Upstream-Source: http://search.cpan.org/dist/Class-DBI-FromCGI/ +Upstream-Name: Class-DBI-FromCGI + +Files: * +Copyright: © 2001-2005, Kasei +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2003-2005, Stephen Quinney + © 2006-2008, 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-fromcgi-perl-1.00.orig/debian/compat +++ libclass-dbi-fromcgi-perl-1.00/debian/compat @@ -0,0 +1 @@ +7