r38524 - in /trunk/libformvalidator-simple-perl: Changes MANIFEST.SKIP debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch lib/FormValidator/Simple.pm lib/FormValidator/Simple/Profile.pm

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Tue Jun 23 03:04:19 UTC 2009


Author: nhandler-guest
Date: Tue Jun 23 03:04:00 2009
New Revision: 38524

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38524
Log:
* New upstream release
* debian/watch:
  - Update to ignore development releases.
  - Remove comments
* debian/{rules,copyright}:
  - Refresh to use more modern format
* debian/control:
  - Use debhelper (>= 7)
  - Add myself to list of Uploaders
  - Bump Standards-Version to 3.8.2
* debian/compat:
  - Bump to 7

Modified:
    trunk/libformvalidator-simple-perl/Changes
    trunk/libformvalidator-simple-perl/MANIFEST.SKIP
    trunk/libformvalidator-simple-perl/debian/changelog
    trunk/libformvalidator-simple-perl/debian/compat
    trunk/libformvalidator-simple-perl/debian/control
    trunk/libformvalidator-simple-perl/debian/copyright
    trunk/libformvalidator-simple-perl/debian/rules
    trunk/libformvalidator-simple-perl/debian/watch
    trunk/libformvalidator-simple-perl/lib/FormValidator/Simple.pm
    trunk/libformvalidator-simple-perl/lib/FormValidator/Simple/Profile.pm

Modified: trunk/libformvalidator-simple-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/Changes?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/Changes (original)
+++ trunk/libformvalidator-simple-perl/Changes Tue Jun 23 03:04:00 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension FormValidator::Simple.
+
+0.28  Mon Jun 22 14:30:00 2009
+    - bugfix: on single apache process, 'each' command in Profile.pm breaks
+      hash reference.
+      Thanks to asannou.
 
 0.23  Thr Apr 17 21:17:00 2008
     - Applied a patch which lets FVS loads plugin easily with +, like Catalyst.

Modified: trunk/libformvalidator-simple-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/MANIFEST.SKIP?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/MANIFEST.SKIP (original)
+++ trunk/libformvalidator-simple-perl/MANIFEST.SKIP Tue Jun 23 03:04:00 2009
@@ -11,3 +11,4 @@
 \.cvsignore
 ^9\d_.*\.t
 \.svn
+\.git

Modified: trunk/libformvalidator-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/changelog?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/changelog (original)
+++ trunk/libformvalidator-simple-perl/debian/changelog Tue Jun 23 03:04:00 2009
@@ -1,13 +1,24 @@
-libformvalidator-simple-perl (0.23-2) UNRELEASED; urgency=low
+libformvalidator-simple-perl (0.28-1) unstable; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
   [ Nathan Handler ]
-  * debian/watch: Update to ignore development releases.
+  * New upstream release
+  * debian/watch:
+    - Update to ignore development releases.
+    - Remove comments
+  * debian/{rules,copyright}:
+    - Refresh to use more modern format
+  * debian/control:
+    - Use debhelper (>= 7)
+    - Add myself to list of Uploaders
+    - Bump Standards-Version to 3.8.2
+  * debian/compat:
+    - Bump to 7
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:08 +0100
+ -- Nathan Handler <nhandler at ubuntu.com>  Tue, 23 Jun 2009 03:03:46 +0000
 
 libformvalidator-simple-perl (0.23-1) unstable; urgency=low
 

Modified: trunk/libformvalidator-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/compat?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/compat (original)
+++ trunk/libformvalidator-simple-perl/debian/compat Tue Jun 23 03:04:00 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libformvalidator-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/control?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/control (original)
+++ trunk/libformvalidator-simple-perl/debian/control Tue Jun 23 03:04:00 2009
@@ -1,11 +1,12 @@
 Source: libformvalidator-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libyaml-perl, libemail-valid-loose-perl, libtie-ixhash-perl, libclass-accessor-perl, libdate-calc-perl, libclass-data-inheritable-perl, libclass-inspector-perl, libmailtools-perl, libuniversal-exports-perl, liblist-moreutils-perl, libdatetime-format-strptime-perl, libclass-data-accessor-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/FormValidator-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libformvalidator-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libformvalidator-simple-perl/

Modified: trunk/libformvalidator-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/copyright?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/copyright (original)
+++ trunk/libformvalidator-simple-perl/debian/copyright Tue Jun 23 03:04:00 2009
@@ -1,19 +1,39 @@
-Upstream source location: http://search.cpan.org/dist/FormValidator-Simple/
-Upstream author: Lyo Kato <lyo.kato at gmail.com>.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Lyo Kato <lyo.kato at gmail.com>
+Upstream-Source: http://search.cpan.org/dist/FormValidator-Simple/
+Upstream-Name: FormValidator-Simple
 
-Copyright 2005, Lyo Kato
+Files: *
+Copyright: 2005, Lyo Kato <lyo.kato at gmail.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-This program is free software, you can redistribute it and/or modify it under
-the same terms as Perl itself.
+Files: debian/*
+Copyright: 2005-2008, Krzysztof Krzyzaniak <eloy at debian.org>
+ 2009, Nathan Handler <nhandler at ubuntu.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+X-Comment: It is assumed that package maintainers have licensed their work
+ under terms compatible with upstream licensing terms.
 
-Perl is distributed under licenses:
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-    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.
-  
+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' and
-    the Artistic Licence in /usr/share/common-licenses/Artistic'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libformvalidator-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/rules?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/rules (original)
+++ trunk/libformvalidator-simple-perl/debian/rules Tue Jun 23 03:04:00 2009
@@ -1,75 +1,23 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	TEST_POD=1 $(MAKE) test
-
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libformvalidator-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/debian/watch?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/debian/watch (original)
+++ trunk/libformvalidator-simple-perl/debian/watch Tue Jun 23 03:04:00 2009
@@ -1,3 +1,2 @@
-# format version number, currently 2; this line is compulsory!
 version=3
 http://search.cpan.org/dist/FormValidator-Simple/   .*/FormValidator-Simple-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

Modified: trunk/libformvalidator-simple-perl/lib/FormValidator/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/lib/FormValidator/Simple.pm?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/lib/FormValidator/Simple.pm (original)
+++ trunk/libformvalidator-simple-perl/lib/FormValidator/Simple.pm Tue Jun 23 03:04:00 2009
@@ -12,7 +12,7 @@
 use FormValidator::Simple::Constants;
 use FormValidator::Simple::Messages;
 
-our $VERSION = '0.23';
+our $VERSION = '0.28';
 
 __PACKAGE__->mk_classaccessors(qw/data prof results/);
 __PACKAGE__->mk_classaccessor( messages => FormValidator::Simple::Messages->new );

Modified: trunk/libformvalidator-simple-perl/lib/FormValidator/Simple/Profile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libformvalidator-simple-perl/lib/FormValidator/Simple/Profile.pm?rev=38524&op=diff
==============================================================================
--- trunk/libformvalidator-simple-perl/lib/FormValidator/Simple/Profile.pm (original)
+++ trunk/libformvalidator-simple-perl/lib/FormValidator/Simple/Profile.pm Tue Jun 23 03:04:00 2009
@@ -47,7 +47,8 @@
     my ($self, $keys) = @_;
     if (ref $keys) {
         if (ref $keys eq 'HASH') {
-            my ($name, $params) = each %$keys;
+            my ($name) = keys %$keys;
+            my $params = $keys->{$name};
             $self->name($name);
             if(ref $params) {
                 $self->keys( $params   );




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