--- libcgi-untaint-date-perl-1.00.orig/debian/control +++ libcgi-untaint-date-perl-1.00/debian/control @@ -0,0 +1,20 @@ +Source: libcgi-untaint-date-perl +Maintainer: Debian Perl Group +Uploaders: Ben Hutchings , Gunnar Wolf +Section: perl +Priority: extra +Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16), libcgi-untaint-perl, libdate-manip-perl, libdate-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/CGI-Untaint-date/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-untaint-date-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-untaint-date-perl/ + +Package: libcgi-untaint-date-perl +Architecture: all +Depends: ${perl:Depends}, libcgi-untaint-perl, libdate-manip-perl, libdate-simple-perl +Description: CGI::Untaint::date - validate a date + This input handler for CGI::Untaint verifies that it is dealing with + a reasonable date. Reasonably means anything that Date::Manip thinks + is sensible, so you could use any of (for example): "December 12, + 2001" "12th December, 2001" "2001-12-12" "next Tuesday" "third + Wednesday in March" --- libcgi-untaint-date-perl-1.00.orig/debian/rules +++ libcgi-untaint-date-perl-1.00/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 build-stamp + +binary : binary-arch binary-indep + +binary-arch : + +binary-indep : build-stamp + dh_testroot + $(MAKE) PREFIX=$(CURDIR)/debian/libcgi-untaint-date-perl/usr install + dh_perl + dh_installchangelogs Changes + dh_installdocs + dh_compress + dh_fixperms + dh_gencontrol + dh_builddeb + +clean : + if [ -f Makefile ]; then $(MAKE) clean; fi + dh_clean Makefile Makefile.old build-stamp + +.PHONY : build binary binary-arch binary-dep clean --- libcgi-untaint-date-perl-1.00.orig/debian/watch +++ libcgi-untaint-date-perl-1.00/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/CGI-Untaint-date/ .+/CGI-Untaint-date-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcgi-untaint-date-perl-1.00.orig/debian/changelog +++ libcgi-untaint-date-perl-1.00/debian/changelog @@ -0,0 +1,25 @@ +libcgi-untaint-date-perl (1.00-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 + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: + Homepage pseudo-field (Description). Changed: Maintainer set to + Debian Perl Group + (was: Ben Hutchings ); Ben Hutchings + moved to Uploaders. + * added debian/watch + + [ Gunnar Wolf ] + * Bumped up standards-version to 3.7.3 + * Added myself as an uploader + + -- Gunnar Wolf Mon, 12 May 2008 14:11:46 -0500 + +libcgi-untaint-date-perl (1.00-1) unstable; urgency=low + + * Initial release - closes: #432506 + + -- Ben Hutchings Wed, 11 Jul 2007 00:23:16 +0100 --- libcgi-untaint-date-perl-1.00.orig/debian/compat +++ libcgi-untaint-date-perl-1.00/debian/compat @@ -0,0 +1 @@ +5 --- libcgi-untaint-date-perl-1.00.orig/debian/copyright +++ libcgi-untaint-date-perl-1.00/debian/copyright @@ -0,0 +1,21 @@ +This is the Debian-packaged version of CGI::Untaint::date, put +together by Ben Hutchings using source from: + + http://search.cpan.org/~tmtm/CGI-Untaint-date/ + +Copyright 2001-2005 Tony Bowden. + +You may distribute this code under the same terms as Perl itself: + + 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 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'.