--- libcgi-untaint-perl-1.26.orig/debian/control +++ libcgi-untaint-perl-1.26/debian/control @@ -0,0 +1,28 @@ +Source: libcgi-untaint-perl +Section: perl +Priority: optional +Build-Depends-Indep: perl (>= 5.8.0), libuniversal-require-perl, libtest-pod-perl, libtest-pod-coverage-perl +Build-Depends: cdbs, debhelper (>= 5) +Maintainer: Debian Perl Group +Uploaders: Bart Martens +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/~tmtm/CGI-Untaint/ + +Package: libcgi-untaint-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl +Description: Process CGI input parameters + Dealing with large web based applications with multiple forms is a + minefield. It's often hard enough to ensure you validate all your + input at all, without having to worry about doing it in a consistent + manner. If any of the validation rules change, you often have to alter + them in many different places. And, if you want to operate taint-safe, + then you're just adding even more headaches. + . + This module provides a simple, convenient, abstracted and extensible + manner for validating and untainting the input from web forms. + . + You simply create a handler with a hash of your parameters (usually + $q->Vars), and then iterate over the fields you wish to extract, + performing whatever validations you choose. The resulting variable is + guaranteed not only to be valid, but also untainted. --- libcgi-untaint-perl-1.26.orig/debian/rules +++ libcgi-untaint-perl-1.26/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +install/libcgi-untaint-perl:: + rm -f debian/libcgi-untaint-perl/usr/share/doc/libcgi-untaint-perl/README + -rmdir debian/libcgi-untaint-perl/usr/lib/perl5 + -rmdir debian/libcgi-untaint-perl/usr/lib --- libcgi-untaint-perl-1.26.orig/debian/compat +++ libcgi-untaint-perl-1.26/debian/compat @@ -0,0 +1 @@ +5 --- libcgi-untaint-perl-1.26.orig/debian/changelog +++ libcgi-untaint-perl-1.26/debian/changelog @@ -0,0 +1,128 @@ +libcgi-untaint-perl (1.26-4) unstable; urgency=low + + * Moving this package into the Debian Perl Group. + * Fixed debhelper-but-no-misc-depends. + * Fixed package-uses-deprecated-debhelper-compat-version. + + -- Bart Martens Sat, 06 Jun 2009 18:49:40 +0200 + +libcgi-untaint-perl (1.26-3) unstable; urgency=low + + * debian/control: Added libtest-pod-perl and libtest-pod-coverage-perl to + Build-Depends for the tests. + * debian/control: Standards-Version and Homepage. + + -- Bart Martens Mon, 24 Dec 2007 20:29:25 +0100 + +libcgi-untaint-perl (1.26-2) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Repackaged with cdbs. + * debian/watch: Updated to version 3. + + -- Bart Martens Thu, 16 Nov 2006 14:57:37 +0100 + +libcgi-untaint-perl (1.26-1) unstable; urgency=low + + * New upstream release + * Switched to my debian.org email address + * debian/watch - Updated URL so it does not time out + + -- Stephen Quinney Thu, 22 Sep 2005 20:45:55 +0100 + +libcgi-untaint-perl (1.25-1) unstable; urgency=low + + * New upstream release + * New maintainer, closes: #289433. + * debian/rules - replaced with my standard system. This removes the + build-dependency on cdbs. + + -- Stephen Quinney Wed, 12 Jan 2005 20:32:54 +0000 + +libcgi-untaint-perl (1.00-1) unstable; urgency=low + + * New upstream release. + * Complies with policy 3.6.1. + + -- Dagfinn Ilmari Mannsaker Wed, 17 Sep 2003 07:41:34 +0200 + +libcgi-untaint-perl (0.90-2) unstable; urgency=low + + * Convert to CDBS. + - debian/rules: rewritten from scratch + - debian/control: Build-Depends: debhelper (>= 4.1.0), cdbs + - debian/compat: put compat level here + * Update maintainer address + * Move to perl section + * Complies with policy 3.6.0 + + -- Dagfinn Ilmari Mannsaker Sat, 2 Aug 2003 03:58:23 +0200 + +libcgi-untaint-perl (0.90-1) unstable; urgency=low + + * New upstream release + * debian/control: + - Standards-Version: 3.5.8 + - Build-Depends-Indep: perl (>= 5.8.0) instead of libtest-simple-perl + - ASCII-fy my surname + * debian/changelog: convert to UTF-8 + + -- Dagfinn Ilmari Mannsaker Wed, 12 Feb 2003 03:35:01 +0100 + +libcgi-untaint-perl (0.84-9) unstable; urgency=low + + * Rebuilt for sourceless upload. + + -- Dagfinn Ilmari Mannsåker Wed, 14 Aug 2002 00:55:36 +0200 + +libcgi-untaint-perl (0.84-8) unstable; urgency=low + + * Add Build-Depends-Indep: libuniversal-require-perl. + * Apply self-lart. + + -- Dagfinn Ilmari Mannsåker Fri, 9 Aug 2002 18:21:18 +0200 + +libcgi-untaint-perl (0.84-7) unstable; urgency=low + + * add Build-Depends-Indep: libtest-simple-perl + + -- Dagfinn Ilmari Mannsåker Fri, 9 Aug 2002 16:23:06 +0200 + +libcgi-untaint-perl (0.84-6) unstable; urgency=low + + * Fix typo in debian/copyright + + -- Dagfinn Ilmari Mannsåker Fri, 9 Aug 2002 01:19:29 +0200 + +libcgi-untaint-perl (0.84-5) unstable; urgency=low + + * Really fix debian/copyright + + -- Dagfinn Ilmari Mannsåker Fri, 9 Aug 2002 00:49:21 +0200 + +libcgi-untaint-perl (0.84-4) unstable; urgency=low + + * debian/copyright: Add pointers to full license texts. + + -- Dagfinn Ilmari Mannsåker Wed, 24 Jul 2002 01:24:56 +0200 + +libcgi-untaint-perl (0.84-3) unstable; urgency=low + + * Close ITP. (Closes: #153137) + * Removed pointless README.Debian + * debian/changelog: Removed "Local Variables" section. + * debian/rules: Removed cruft from dh-make + + -- Dagfinn Ilmari Mannsåker Tue, 16 Jul 2002 15:11:02 +0200 + +libcgi-untaint-perl (0.84-2) unstable; urgency=low + + * Added Depends: libuniversal-require-perl + + -- Dagfinn Ilmari Mannsåker Tue, 16 Jul 2002 13:04:49 +0200 + +libcgi-untaint-perl (0.84-1) unstable; urgency=low + + * Initial Release. + + -- Dagfinn Ilmari Mannsåker Mon, 15 Jul 2002 21:26:51 +0200 --- libcgi-untaint-perl-1.26.orig/debian/watch +++ libcgi-untaint-perl-1.26/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/CGI-Untaint-(\d.*)\.tar\.gz --- libcgi-untaint-perl-1.26.orig/debian/copyright +++ libcgi-untaint-perl-1.26/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Stephen Quinney +on Wed, 12 Jan 2005 20:40:03 +0000 + +It was downloaded from http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/ + +The upstream author is: Tony Bowden, . + +Copyright: + + (C) 2001-2005 Tony Bowden. All rights reserved. + + 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. + + 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'.