--- libcgi-validop-perl-0.56.orig/debian/control +++ libcgi-validop-perl-0.56/debian/control @@ -0,0 +1,21 @@ +Source: libcgi-validop-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libtest-exception-perl, libtest-taint-perl, + libhtml-parser-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/CGI-ValidOp/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-validop-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-validop-perl/ + +Package: libcgi-validop-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl +Description: module for validating CGI parameters + CGI::ValidOp is a Perl module that validates CGI parameters and manages run + modes. Because CGI parameter validation is boring, it's easy to get wrong or + ignore. It removes as much of the repetition as possible out of this task by + replacing it with a simple interface. --- libcgi-validop-perl-0.56.orig/debian/copyright +++ libcgi-validop-perl-0.56/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Randall Hansen +Source: http://search.cpan.org/dist/CGI-ValidOp/ +Name: CGI-ValidOp + +Files: * +Copyright: 2003-2005, Randall Hansen +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu +License: Artistic or 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' --- libcgi-validop-perl-0.56.orig/debian/watch +++ libcgi-validop-perl-0.56/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/CGI-ValidOp/ .*/CGI-ValidOp-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcgi-validop-perl-0.56.orig/debian/compat +++ libcgi-validop-perl-0.56/debian/compat @@ -0,0 +1 @@ +7 --- libcgi-validop-perl-0.56.orig/debian/changelog +++ libcgi-validop-perl-0.56/debian/changelog @@ -0,0 +1,5 @@ +libcgi-validop-perl (0.56-1) unstable; urgency=low + + * Initial Release (Closes: #533479) + + -- Jonathan Yu Sun, 03 Jan 2010 09:19:11 -0500 --- libcgi-validop-perl-0.56.orig/debian/rules +++ libcgi-validop-perl-0.56/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + rm $(TMP)/usr/share/perl5/CGI/pod2html.pl