debian/0000755000000000000000000000000012250550360007164 5ustar debian/compat0000644000000000000000000000000212250550360010362 0ustar 8 debian/copyright0000644000000000000000000000215112250550360011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Validation-Class Upstream-Contact: Al Newkirk Source: https://metacpan.org/release/Validation-Class/ Files: * Copyright: 2011, Al Newkirk License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Damyan Ivanov 2011-2012, Fabrizio Regalli 2011-2013, gregor herrmann 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/rules0000755000000000000000000000003612250550360010243 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000025012250550360010212 0ustar version=3 opts=uversionmangle=s/\.\d{2}$/$&0000/ \ https://metacpan.org/release/Validation-Class/ .*/Validation-Class-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/NEWS0000644000000000000000000000140012250550360007656 0ustar libvalidation-class-perl (1.112870-1) unstable; urgency=low From the upstream README: Important Note! Validation::Class just got a lot more flexible which came at the cost of losing the grouped parameters functionality. AGAIN, grouped parameters are no longer supported using the old way of doing things. Validation::Class now supports hash serialization/deserialization which means that you can now set the parameters using a hashref of nested hashrefs and validate against them, or set the parameters using a hashref of (serialized)key/(non-ref)value pairs and validate against that. This function is provided in Validation::Class via Hash::Flatten. -- gregor herrmann Sun, 16 Oct 2011 15:22:48 +0200 debian/control0000644000000000000000000000256112250550360010573 0ustar Source: libvalidation-class-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Fabrizio Regalli , gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-forward-perl, libclass-method-modifiers-perl, libdbd-sqlite3-perl, libdbi-perl, libhash-flatten-perl, libhash-merge-perl, liblist-moreutils-perl, libmodule-find-perl, libmodule-runtime-perl, libmoose-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libvalidation-class-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libvalidation-class-perl.git Homepage: https://metacpan.org/release/Validation-Class/ Package: libvalidation-class-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-forward-perl, libhash-flatten-perl, libhash-merge-perl, liblist-moreutils-perl, libmodule-find-perl, libmodule-runtime-perl, libmoose-perl Description: module for centralized, simplified input validation Validation::Class is a different approach to data validation. It attempts to simplify and centralize data validation rules to ensure DRY (don't repeat yourself) code. The primary intent is to provide a simplistic validation workflow and promote (validation) code reuse. debian/source/0000755000000000000000000000000012250550360010464 5ustar debian/source/format0000644000000000000000000000001412250550360011672 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012250550360010613 5ustar debian/patches/series0000644000000000000000000000001712250550360012026 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000103112250550360013444 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=86158 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86158 Author: gregor herrmann Last-Update: 2013-06-15 --- a/lib/Validation/Class/Cookbook.pod +++ b/lib/Validation/Class/Cookbook.pod @@ -524,7 +524,7 @@ # the order in which these frameworks are used is important # loading Moose first ensures that the Moose::Object constructor - # has precendence + # has precedence sub BUILD { debian/changelog0000644000000000000000000002631612250550360011046 0ustar libvalidation-class-perl (7.900054-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.900054 * Bump Standards-Version to 3.9.5 -- Salvatore Bonaccorso Sat, 07 Dec 2013 08:39:42 +0100 libvalidation-class-perl (7.900052-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.900052 -- Salvatore Bonaccorso Thu, 19 Sep 2013 20:34:48 +0200 libvalidation-class-perl (7.900051-1) unstable; urgency=low [ gregor herrmann ] * New upstream release 7.83. * Add (build) dependency on libclass-forward-perl. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release 7.900051. * debian/watch: add uversionmangle in case upstream goes back to old versioning system. * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no further changes). * Add (build) dependency on liblist-moreutils-perl. * Add a patch to fix a spelling mistake in the POD. -- gregor herrmann Sat, 15 Jun 2013 00:42:27 +0200 libvalidation-class-perl (7.70-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 30 Jun 2012 19:40:36 +0200 libvalidation-class-perl (7.69-1) unstable; urgency=low * New upstream release. -- gregor herrmann Wed, 27 Jun 2012 19:43:24 +0200 libvalidation-class-perl (7.67-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.67 * Add dependency for Module::Runtime. Add (Build-)Depends(-Indep) on libmodule-runtime-perl for new dependency on Module::Runtime. -- Salvatore Bonaccorso Wed, 20 Jun 2012 21:31:52 +0200 libvalidation-class-perl (7.58-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.58 -- Salvatore Bonaccorso Sun, 17 Jun 2012 08:35:35 +0200 libvalidation-class-perl (7.55-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 15 Jun 2012 00:59:20 +0200 libvalidation-class-perl (7.40-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.40 -- Salvatore Bonaccorso Fri, 08 Jun 2012 20:00:48 +0200 libvalidation-class-perl (7.39-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.39 -- Salvatore Bonaccorso Mon, 04 Jun 2012 11:13:05 +0200 libvalidation-class-perl (7.38-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.38 -- Salvatore Bonaccorso Sat, 02 Jun 2012 14:15:38 +0200 libvalidation-class-perl (7.37-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.37 -- Salvatore Bonaccorso Sun, 27 May 2012 16:00:36 +0200 libvalidation-class-perl (7.36-1) unstable; urgency=low * Imported Upstream version 7.36 * Sorted B-D-I -- Fabrizio Regalli Sat, 26 May 2012 16:57:54 +0200 libvalidation-class-perl (7.25-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.25 -- Salvatore Bonaccorso Sat, 19 May 2012 21:38:23 +0200 libvalidation-class-perl (7.21-1) unstable; urgency=low * Team upload. * Imported Upstream version 7.21 * Drop spelling-error.diff patch. Patch was applied upstream. * Update Build-Depends-Indep for new tests. Add libdbi-perl, libdbd-sqlite3-perl and libclass-method-modifiers-perl to Build-Depends-Indep to enable two new tests. -- Salvatore Bonaccorso Fri, 18 May 2012 08:44:53 +0200 libvalidation-class-perl (7.13-1) unstable; urgency=low * Update spelling-error.diff: the spelling error went into a different file * Add 2012 year in d/copyright for debian/* files * Remove no more needed libvalidation-class-perl.examples file * Remove libarray-unique-perl from B-D-I and Depends * Change copyright holder name * Imported Upstream version 7.13 -- Fabrizio Regalli Thu, 03 May 2012 23:40:08 +0200 libvalidation-class-perl (6.05-1) unstable; urgency=low * New upstream release. * Refresh spelling patch (offset). * Install new examples. -- gregor herrmann Mon, 16 Apr 2012 22:41:30 +0200 libvalidation-class-perl (5.83-1) unstable; urgency=low * Team upload. * Imported Upstream version 5.83 -- Salvatore Bonaccorso Sun, 25 Mar 2012 10:17:42 +0200 libvalidation-class-perl (5.82-1) unstable; urgency=low * New upstream release. * Update spelling-error.diff: the spelling error went into a different file. -- gregor herrmann Sat, 24 Mar 2012 14:12:11 +0100 libvalidation-class-perl (5.22-1) unstable; urgency=low * Team upload [ Alessandro Ghedini ] * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 [ gregor herrmann ] * Refresh patch (offset). -- Alessandro Ghedini Wed, 29 Feb 2012 14:38:00 +0100 libvalidation-class-perl (5.20-1) unstable; urgency=low * Team upload [ Alessandro Ghedini ] * New upstream release [ gregor herrmann ] * Refresh patch (offset). -- Alessandro Ghedini Mon, 20 Feb 2012 12:49:17 +0100 libvalidation-class-perl (5.15-1) unstable; urgency=low * Team upload * New upstream release -- Alessandro Ghedini Sun, 19 Feb 2012 20:49:45 +0100 libvalidation-class-perl (5.10-1) unstable; urgency=low * New upstream release. * Remove now unneeded (build) dependency. * Refresh spelling-error.diff (offset). -- gregor herrmann Sat, 18 Feb 2012 14:36:54 +0100 libvalidation-class-perl (4.01003514-1) unstable; urgency=low * New upstream release. * Refresh spelling patch. * Update years of packaging copyright. -- gregor herrmann Tue, 07 Feb 2012 19:48:08 +0100 libvalidation-class-perl (3.4.4-1) unstable; urgency=low * Team upload. * Imported Upstream version 3.4.4 * Refresh spelling-error.diff (offset) -- Salvatore Bonaccorso Sat, 28 Jan 2012 22:21:23 +0100 libvalidation-class-perl (3.1.1-1) unstable; urgency=low * Team upload. * Imported Upstream version 3.1.1 * Refresh spelling-error.diff (offset) -- Salvatore Bonaccorso Sat, 10 Dec 2011 09:43:00 +0100 libvalidation-class-perl (3.0.0-1) unstable; urgency=low * Imported Upstream version 3.0.0 * Added libhash-merge-perl to B-D-I and Depends * Refreshed patch spelling-error.diff -- Fabrizio Regalli Mon, 05 Dec 2011 11:30:39 +0100 libvalidation-class-perl (2.7.7-1) unstable; urgency=low * Imported Upstream version 2.7.7 * Update d/copyright to latest .174 revision of DEP-5 format -- Fabrizio Regalli Thu, 01 Dec 2011 21:48:23 +0100 libvalidation-class-perl (2.7.6-1) unstable; urgency=low * New upstream release. * Refresh spelling patch. -- gregor herrmann Sun, 27 Nov 2011 13:36:23 +0100 libvalidation-class-perl (2.7.0-1) unstable; urgency=low * New upstream release. * Update patch spelling-error.diff. -- gregor herrmann Sun, 20 Nov 2011 16:23:57 +0100 libvalidation-class-perl (2.6.0-1) unstable; urgency=low * Team upload. * Imported Upstream version 2.6.0 * Refresh spelling-error.diff patch (offset) -- Salvatore Bonaccorso Fri, 11 Nov 2011 17:03:34 +0100 libvalidation-class-perl (2.5.2-1) unstable; urgency=low * Team upload. * Imported Upstream version 2.5.2 * Refresh spelling-error.diff patch (offsets) -- Salvatore Bonaccorso Wed, 09 Nov 2011 10:36:02 +0100 libvalidation-class-perl (2.5.0-1) unstable; urgency=low * Team upload. * Imported Upstream version 2.5.0 * Refresh patch offset for spelling-error.diff -- Salvatore Bonaccorso Sun, 06 Nov 2011 00:21:20 +0100 libvalidation-class-perl (2.4.7-1) unstable; urgency=low * Team upload. * Imported Upstream version 2.4.7 -- Salvatore Bonaccorso Fri, 04 Nov 2011 10:12:02 +0100 libvalidation-class-perl (2.4.5-1) unstable; urgency=low * New upstream release. * New build and runtime dependencies: libmodule-find-perl, libmoosex- traits-perl. * Update spelling-error.diff. -- gregor herrmann Fri, 04 Nov 2011 00:58:51 +0100 libvalidation-class-perl (2.0.01-1) unstable; urgency=low * New upstream release. * Update spelling-error.diff. -- gregor herrmann Tue, 25 Oct 2011 15:27:43 +0200 libvalidation-class-perl (1.112870-1) unstable; urgency=low * New upstream release. * Add new build/runtime dependency: libhash-flatten-perl. * Add debian/NEWS mentioning some behaviour change. * Refresh spelling-error.diff (offset). * Add /me to Uploaders. * Fix another spelling mistake. -- gregor herrmann Sun, 16 Oct 2011 15:29:55 +0200 libvalidation-class-perl (1.112570-1) unstable; urgency=low * Team upload. * Imported Upstream version 1.112570 * debian/copyright: Update copyright years for upstream files. -- Salvatore Bonaccorso Thu, 15 Sep 2011 07:28:20 +0200 libvalidation-class-perl (1.112530-2) unstable; urgency=low * Team upload. * Fix Vcs-Browser and Vcs-Git URLs -- Salvatore Bonaccorso Sat, 10 Sep 2011 10:00:32 +0200 libvalidation-class-perl (1.112530-1) unstable; urgency=low * Team upload. * Imported Upstream version 1.112530 * Refresh spelling-error.diff patch (offset). -- Salvatore Bonaccorso Sat, 10 Sep 2011 09:17:15 +0200 libvalidation-class-perl (0.111913-1) unstable; urgency=low * Team upload. * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Imported Upstream version 0.111913 * debian/patches: Refresh spelling-error.diff patch. Update offset for the patch. -- Salvatore Bonaccorso Sun, 04 Sep 2011 20:19:24 +0200 libvalidation-class-perl (0.111912-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.111912 * debian/patches: Refresh spelling-error.diff (offset) -- Salvatore Bonaccorso Fri, 29 Jul 2011 18:10:09 +0200 libvalidation-class-perl (0.111901-1) unstable; urgency=low * Team upload. * New upstream release. -- Ansgar Burchardt Sun, 10 Jul 2011 10:20:22 +0200 libvalidation-class-perl (0.111900-1) unstable; urgency=low * Team upload. * New upstream release. * No longer (build-)dep on libhash-merge-perl. -- Ansgar Burchardt Sat, 09 Jul 2011 09:54:38 +0200 libvalidation-class-perl (0.111870-1) unstable; urgency=low * New upstream version. * Upgrade d/compat to 8. * Upgrade debhelper to (>= 8). * Added myself to Uploaders and Copyright. * Switch to 3.0 quilt format. * Added spelling-error.diff patch. -- Fabrizio Regalli Thu, 07 Jul 2011 11:29:38 +0200 libvalidation-class-perl (0.111720-1) unstable; urgency=low * Initial Release. (Closes: #631712 -- ITP) -- Damyan Ivanov Sun, 26 Jun 2011 17:37:47 +0300