r59122 - in /trunk/libdata-formvalidator-constraints-datetime-perl/debian: ./ changelog compat control copyright patches/ patches/correct-spelling.patch patches/series rules source/ source/format watch

alanhaggai-guest at users.alioth.debian.org alanhaggai-guest at users.alioth.debian.org
Thu Jun 10 16:59:48 UTC 2010


Author: alanhaggai-guest
Date: Thu Jun 10 16:59:34 2010
New Revision: 59122

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59122
Log:
[svn-inject] Applying Debian modifications (1.11-1) to trunk

Added:
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/changelog
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/compat
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/control
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/copyright
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/correct-spelling.patch
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/series
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules   (with props)
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/source/
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/source/format
    trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/changelog?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/changelog (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/changelog Thu Jun 10 16:59:34 2010
@@ -1,0 +1,5 @@
+libdata-formvalidator-constraints-datetime-perl (1.11-1) UNRELEASED; urgency=low
+
+  * Initial Release. (closes: #585449)
+
+ -- Alan Haggai Alavi <alanhaggai at alanhaggai.org>  Thu, 10 Jun 2010 21:29:43 +0530

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/compat?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/compat (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/compat Thu Jun 10 16:59:34 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/control?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/control (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/control Thu Jun 10 16:59:34 2010
@@ -1,0 +1,24 @@
+Source: libdata-formvalidator-constraints-datetime-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libdata-formvalidator-perl (>= 3.61),
+ libdatetime-format-builder-perl, libdatetime-format-strptime-perl (>= 1.00),
+ libdatetime-perl (>= 0.23), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/
+
+Package: libdata-formvalidator-constraints-datetime-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libdata-formvalidator-perl (>= 3.61),
+ libdatetime-format-strptime-perl (>= 1.00), libdatetime-perl (>= 0.23), perl
+Description: D::FV constraints for dates and times
+ This package provides constraint routines for Data::FormValidator for dealing
+ with dates and times. It provides an easy mechanism for validating dates of
+ any format (using strptime(3)) and transforming those dates (as long as you
+ 'untaint' the fields) into valid DateTime objects, or into strings that would
+ be properly formatted for various database engines.

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/copyright?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/copyright (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/copyright Thu Jun 10 16:59:34 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Michael Peters <mpeters at plusthree.com>
+Source: http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/
+Name: Data-FormValidator-Constraints-DateTime
+
+Files: *
+Copyright: 2010, Michael Peters <mpeters at plusthree.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+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'

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/correct-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/correct-spelling.patch?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/correct-spelling.patch (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/correct-spelling.patch Thu Jun 10 16:59:34 2010
@@ -1,0 +1,21 @@
+fix spelling mistakes
+--- a/lib/Data/FormValidator/Constraints/DateTime.pm
++++ b/lib/Data/FormValidator/Constraints/DateTime.pm
+@@ -209,7 +209,7 @@
+ This routine is used to take multiple inputs (one each for the
+ year, month, and day) and combine them into a L<DateTime> object,
+ validate the resulting date, and give you the resulting DateTime
+-object in your C<< valid() >> results. It must recieve as C<< params >>
++object in your C<< valid() >> results. It must receive as C<< params >>
+ the year, month, and day inputs in that order. You may also specify
+ additional C<< params >> that will be interpretted as 'hour', 'minute'
+ and 'second' values to use. If none are provided, then the time '00:00:00'
+@@ -897,7 +897,7 @@
+ 
+ The routine will change the date string into a DATETIME datatype
+ suitable for PostgreSQL. If you don't provide a format then the
+-data will validated as a DATETIME datatype in PostgresSQL (using
++data will validated as a DATETIME datatype in PostgreSQL (using
+ L<DateTime::Format::Pg>).
+ 
+ If the value is untainted (using C<untaint_all_constraints> or

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/series?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/series (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/patches/series Thu Jun 10 16:59:34 2010
@@ -1,0 +1,1 @@
+correct-spelling.patch

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules Thu Jun 10 16:59:34 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/source/format?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/source/format (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/source/format Thu Jun 10 16:59:34 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch?rev=59122&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch Thu Jun 10 16:59:34 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/   .*/Data-FormValidator-Constraints-DateTime-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list