--- libcgi-untaint-email-perl-0.03.orig/debian/control +++ libcgi-untaint-email-perl-0.03/debian/control @@ -0,0 +1,20 @@ +Source: libcgi-untaint-email-perl +Maintainer: Debian Perl Group +Uploaders: Martín Ferrari , Gunnar Wolf +Section: perl +Priority: extra +Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16), libcgi-untaint-perl, + libemail-valid-perl, libmailtools-perl +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/CGI-Untaint-email/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-untaint-email-perl/ +Vcs-Browser: + http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-untaint-email-perl/ + +Package: libcgi-untaint-email-perl +Architecture: all +Depends: ${perl:Depends}, libcgi-untaint-perl, libemail-valid-perl, + libmailtools-perl +Description: Input handler for CGI::Untaint to validate an email address + CGI::Untaint::email is an input handler for CGI::Untaint that validates an + email address according to RFC2822, using Email::Valid. --- libcgi-untaint-email-perl-0.03.orig/debian/rules +++ libcgi-untaint-email-perl-0.03/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +build : build-stamp + +build-stamp : Makefile.PL + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) test + touch $@ + +binary : binary-arch binary-indep + +binary-arch : + +binary-indep : build-stamp + dh_testroot + $(MAKE) PREFIX=$(CURDIR)/debian/libcgi-untaint-email-perl/usr install + dh_perl + dh_installchangelogs Changes + dh_installdocs + dh_compress + dh_fixperms + dh_gencontrol + dh_builddeb + +clean : + [ ! -f Makefile ] || $(MAKE) clean + dh_clean Makefile Makefile.old build-stamp + +.PHONY : build binary binary-arch binary-dep clean --- libcgi-untaint-email-perl-0.03.orig/debian/watch +++ libcgi-untaint-email-perl-0.03/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://search.cpan.org/dist/CGI-Untaint-email/ \ + .*/CGI-Untaint-email-v?(\d.*)\.tar\.gz --- libcgi-untaint-email-perl-0.03.orig/debian/changelog +++ libcgi-untaint-email-perl-0.03/debian/changelog @@ -0,0 +1,24 @@ +libcgi-untaint-email-perl (0.03-2) unstable; urgency=low + + [ Damyan Ivanov ] + * Take over for the Debian Perl Group on maintainer's + request + http://lists.debian.org/debian-perl/2008/01/msg00262.html + + [ Martín Ferrari ] + * Add watch file. + * debian/control: + - Set group as Maintainer, add myself to uploaders. + - Bump Standards-Version to 3.7.3 (no changes needed). + - Set Homepage and Vcs-* fields. + + [ Gunnar Wolf ] + * Added myself as an uploader + + -- Gunnar Wolf Mon, 12 May 2008 13:48:08 -0500 + +libcgi-untaint-email-perl (0.03-1) unstable; urgency=low + + * Initial release - closes: #432507 + + -- Ben Hutchings Wed, 11 Jul 2007 00:55:06 +0100 --- libcgi-untaint-email-perl-0.03.orig/debian/compat +++ libcgi-untaint-email-perl-0.03/debian/compat @@ -0,0 +1 @@ +5 --- libcgi-untaint-email-perl-0.03.orig/debian/copyright +++ libcgi-untaint-email-perl-0.03/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Debianized-By: Ben Hutchings +Debianized-Date: Wed, 11 Jul 2007 00:55:06 +0100 +Original-Source: http://search.cpan.org/~miyagawa/CGI-Untaint-email/ + +Files: * +Copyright: Tatsuhiko Miyagawa +License: GPL-1+ | Artistic + 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" + . + On Debian systems, the complete text for both files can be found at: + . + /usr/share/common-licenses/Artistic + /usr/share/common-licenses/GPL + +Files: debian/* +Copyright: © 2008 Debian Perl Group + © 2007 Ben Hutchings +License: other + It is assumed that all Debian maintainers used a license compatible with + upstream's. +