--- libcgi-untaint-perl-1.00.orig/debian/changelog +++ libcgi-untaint-perl-1.00/debian/changelog @@ -0,0 +1,87 @@ +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.00.orig/debian/compat +++ libcgi-untaint-perl-1.00/debian/compat @@ -0,0 +1 @@ +4 --- libcgi-untaint-perl-1.00.orig/debian/control +++ libcgi-untaint-perl-1.00/debian/control @@ -0,0 +1,25 @@ +Source: libcgi-untaint-perl +Section: perl +Priority: optional +Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, perl (>= 5.8.0), libuniversal-require-perl +Maintainer: Dagfinn Ilmari Mannsaker +Standards-Version: 3.6.1 + +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.00.orig/debian/copyright +++ libcgi-untaint-perl-1.00/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Dagfinn Ilmari Mannsåker +on Mon, 15 Jul 2002 21:42:54 +0200 + +The upstream author is: Tony Bowden, . + +Copyright (C) 2001 Tony Bowden. All rights reserved. +This module is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +The GNU General Public License (GPL) can be found in +/usr/share/common-licenses/GPL. + +The Artistic License can be found in +/usr/share/common-licenses/Artistic. + --- libcgi-untaint-perl-1.00.orig/debian/rules +++ libcgi-untaint-perl-1.00/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Dagfinn Ilmari MannsÃ¥ker + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +DEB_MAKE_CHECK_TARGET := test --- libcgi-untaint-perl-1.00.orig/debian/watch +++ libcgi-untaint-perl-1.00/debian/watch @@ -0,0 +1,4 @@ +# Watch file for CGI::Untaint +version=2 + +ftp://ftp.uninett.no/pub/languages/perl/CPAN/modules/by-module/CGI/CGI-Untaint-([0-9.]+).tar.gz