r40872 - in /trunk/libdata-formvalidator-constraints-datetime-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jul 28 03:27:27 UTC 2009


Author: jawnsy-guest
Date: Tue Jul 28 03:27:19 2009
New Revision: 40872

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40872
Log:
[svn-inject] Applying Debian modifications 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/rules   (with props)
    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=40872&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/changelog (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/changelog Tue Jul 28 03:27:19 2009
@@ -1,0 +1,5 @@
+libdata-formvalidator-constraints-datetime-perl (1.09-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 27 Jul 2009 19:21:09 -0400

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=40872&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/compat (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/compat Tue Jul 28 03:27:19 2009
@@ -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=40872&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/control (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/control Tue Jul 28 03:27:19 2009
@@ -1,0 +1,28 @@
+Source: libdata-formvalidator-constraints-datetime-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.100), libdatetime-format-builder-perl,
+  perl-modules, libdatetime-perl (>= 0.23),
+  libdatetime-format-strptime-perl (>= 1.00),
+  libdata-formvalidator-perl (>= 3.61)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.1
+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: ${perl:Depends}, ${misc:Depends}, perl-modules, perl (>= 5.6.100),
+  libdatetime-perl (>= 0.23), libdatetime-format-strptime-perl (>= 1.00),
+  libdata-formvalidator-perl (>= 3.61)
+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.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

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=40872&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/copyright (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/copyright Tue Jul 28 03:27:19 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Michael Peters <mpeters at plusthree.com>
+Upstream-Source: http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/
+Upstream-Name: Data-FormValidator-Constraints-DateTime
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Michael Peters <mpeters at plusthree.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | 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/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules?rev=40872&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/rules Tue Jul 28 03:27:19 2009
@@ -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/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch?rev=40872&op=file
==============================================================================
--- trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch (added)
+++ trunk/libdata-formvalidator-constraints-datetime-perl/debian/watch Tue Jul 28 03:27:19 2009
@@ -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