r55337 - in /trunk/libtest-www-selenium-perl: ./ debian/ debian/source/ lib/Test/WWW/ t/ t/WWW/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Apr 3 03:55:31 UTC 2010


Author: jawnsy-guest
Date: Sat Apr  3 03:55:21 2010
New Revision: 55337

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55337
Log:
* New upstream release
* Use new 3.0 (quilt) source format
* Update copyright to new DEP5 format
* Standards-Version 3.8.4 (no changes)
* Upstream requires URI::Escape 3.30 (introduced in
  liburi-perl 1.53)

Added:
    trunk/libtest-www-selenium-perl/debian/source/
    trunk/libtest-www-selenium-perl/debian/source/format
Removed:
    trunk/libtest-www-selenium-perl/META.yml
    trunk/libtest-www-selenium-perl/debian/README.source
    trunk/libtest-www-selenium-perl/old-changes
Modified:
    trunk/libtest-www-selenium-perl/Changes
    trunk/libtest-www-selenium-perl/MANIFEST
    trunk/libtest-www-selenium-perl/Makefile.PL
    trunk/libtest-www-selenium-perl/debian/changelog
    trunk/libtest-www-selenium-perl/debian/control
    trunk/libtest-www-selenium-perl/debian/copyright
    trunk/libtest-www-selenium-perl/debian/rules
    trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm
    trunk/libtest-www-selenium-perl/t/WWW/Selenium.pm
    trunk/libtest-www-selenium-perl/t/selenium-rc.t

Modified: trunk/libtest-www-selenium-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/Changes?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/Changes (original)
+++ trunk/libtest-www-selenium-perl/Changes Sat Apr  3 03:55:21 2010
@@ -1,4 +1,9 @@
 Revision history for Perl extension Test::WWW::Selenium.
+
+1.22 - Fri Apr  2 10:51:58 PDT 2010
+  - Update URI::Encode dependency so we can depend on a consistent
+    encoding of *firefox to %2Afirefox.
+  - No code changes, just test fixes.
 
 1.21 - Wed Dec 30 14:58:07 PST 2009
   - Add error_callback() patch from Derek Wueppelmann

Modified: trunk/libtest-www-selenium-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/MANIFEST?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/MANIFEST (original)
+++ trunk/libtest-www-selenium-perl/MANIFEST Sat Apr  3 03:55:21 2010
@@ -17,9 +17,7 @@
 lib/WWW/Selenium/Util.pm
 Makefile.PL
 MANIFEST			This list of files
-META.yml
 mypod2html.pl
-old-changes
 pom.xml
 README
 t/01_load.t

Modified: trunk/libtest-www-selenium-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/Makefile.PL?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/Makefile.PL (original)
+++ trunk/libtest-www-selenium-perl/Makefile.PL Sat Apr  3 03:55:21 2010
@@ -1,17 +1,17 @@
 #!/usr/bin/perl -w
 use warnings;
 use strict;
-use inc::Module::Install;
+use inc::Module::Install 0.89;
 
 # Need to explicitly pre-load this so it doesn't conflict with a mocked one
 # created by loading Test::Mock::LWP
-use LWP::UserAgent;
+eval "require LWP::UserAgent";
 
 name            'Test-WWW-Selenium';
 all_from        'lib/Test/WWW/Selenium.pm';
 author          'Luke Closs <test-www-selenium at awesnob.com>';
 requires       'LWP::UserAgent'  => 0;
-requires       'URI::Escape'     => '1.31';
+requires       'URI::Escape'     => '3.30';
 build_requires 'Test::More'      => '0.42';
 build_requires 'Test::Exception' => 0;
 build_requires 'Test::Mock::LWP' => 0;
@@ -22,4 +22,5 @@
 auto_install;
 
 # Generate the Makefile
+repository 'http://github.com/lukec/cpan-selenium-rc-perl';
 WriteAll;

Modified: trunk/libtest-www-selenium-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/changelog?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/changelog (original)
+++ trunk/libtest-www-selenium-perl/debian/changelog Sat Apr  3 03:55:21 2010
@@ -1,3 +1,14 @@
+libtest-www-selenium-perl (1.22-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Use new 3.0 (quilt) source format
+  * Update copyright to new DEP5 format
+  * Standards-Version 3.8.4 (no changes)
+  * Upstream requires URI::Escape 3.30 (introduced in
+    liburi-perl 1.53)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 03 Apr 2010 00:27:45 -0400
+
 libtest-www-selenium-perl (1.21-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libtest-www-selenium-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/control?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/control (original)
+++ trunk/libtest-www-selenium-perl/debian/control Sat Apr  3 03:55:21 2010
@@ -1,21 +1,20 @@
 Source: libtest-www-selenium-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.0), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, liburi-perl,
- libtest-exception-perl, libtest-mock-lwp-perl,
- libwww-perl
+Build-Depends: debhelper (>= 7.3.0)
+Build-Depends-Indep: perl, liburi-perl (>= 1.53), libtest-exception-perl,
+ libtest-mock-lwp-perl, libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Test-WWW-Selenium/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-www-selenium-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-www-selenium-perl/
 
 Package: libtest-www-selenium-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl (>= 1.53)
 Description: Perl test framework using Selenium Remote Control
  Test::WWW::Selenium is a WWW::Selenium subclass that provides methods useful
  for writing an automated test suite. For every Selenium command, there is a

Modified: trunk/libtest-www-selenium-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/copyright?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/copyright (original)
+++ trunk/libtest-www-selenium-perl/debian/copyright Sat Apr  3 03:55:21 2010
@@ -1,8 +1,7 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Luke Closs <lukec at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Test-WWW-Selenium/
-Upstream-Name: Test-WWW-Selenium
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Luke Closs <lukec at cpan.org>
+Source: http://search.cpan.org/dist/Test-WWW-Selenium/
+Name: Test-WWW-Selenium
 
 Files: *
 Copyright: 2006, Luke Closs <lukec at cpan.org>
@@ -19,48 +18,52 @@
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
  2008 AGOSTINI Yves <agostini at univ-metz.fr>
  2008, gregor herrmann <gregoa at debian.org>
 License: GPL-2+
 
 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>
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.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'
+ 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'
+ 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'
 
 License: GPL-2+
-    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 2, 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'
+ 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 2, 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-2'
 
 License: Apache-2.0
-    Licensed under the Apache License, Version 2.0 (the "License"); you may not
-    use this file except in compliance with the License. You may obtain a copy of
-    the License at http://www.apache.org/licenses/LICENSE-2.0
-    .
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-    License for the specific language governing permissions and limitations under
-    the License.
-    On Debian GNU/Linux systems, the complete text of the Apache License,
-    Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'
+ Licensed under the Apache License, Version 2.0 (the "License"); you may
+ not use this file except in compliance with the License. You may obtain
+ a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations
+ under the License.
+ .
+ On Debian GNU/Linux systems, the complete text of the Apache License,
+ Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'

Modified: trunk/libtest-www-selenium-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/rules?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/rules (original)
+++ trunk/libtest-www-selenium-perl/debian/rules Sat Apr  3 03:55:21 2010
@@ -4,7 +4,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh --buildsystem=perl_makemaker --with quilt $@
+	dh --buildsystem=perl_makemaker $@
 
 override_dh_auto_install:
 	dh_auto_install

Added: trunk/libtest-www-selenium-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/source/format?rev=55337&op=file
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/source/format (added)
+++ trunk/libtest-www-selenium-perl/debian/source/format Sat Apr  3 03:55:21 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm (original)
+++ trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm Sat Apr  3 03:55:21 2010
@@ -4,7 +4,7 @@
 use base qw(WWW::Selenium);
 use Carp qw(croak);
 
-our $VERSION = '1.21';
+our $VERSION = '1.22';
 
 =head1 NAME
 

Modified: trunk/libtest-www-selenium-perl/t/WWW/Selenium.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/t/WWW/Selenium.pm?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/t/WWW/Selenium.pm (original)
+++ trunk/libtest-www-selenium-perl/t/WWW/Selenium.pm Sat Apr  3 03:55:21 2010
@@ -33,7 +33,7 @@
     # Test that the session was started as we expect
     my $req_args = $Mock_req->new_args;
     my $url = "http://$opts{host}:$opts{port}/selenium-server/driver/?" .
-        'cmd=getNewBrowserSession&1=*firefox&2=http%3A%2F%2Fexample.com';
+        'cmd=getNewBrowserSession&1=%2Afirefox&2=http%3A%2F%2Fexample.com';
     is_deeply $req_args, [ 'HTTP::Request', 'GET', $url ];
 
     return $self;

Modified: trunk/libtest-www-selenium-perl/t/selenium-rc.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/t/selenium-rc.t?rev=55337&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/t/selenium-rc.t (original)
+++ trunk/libtest-www-selenium-perl/t/selenium-rc.t Sat Apr  3 03:55:21 2010
@@ -28,7 +28,7 @@
         $Mock_resp->mock( content => sub {'OK,SESSION_ID'} );
         $sel->start;
         is $sel->{session_id}, 'SESSION_ID';
-        req_ok('cmd=getNewBrowserSession&1=*firefox&2=http%3A%2F%2Ffoo.com');
+        req_ok('cmd=getNewBrowserSession&1=%2Afirefox&2=http%3A%2F%2Ffoo.com');
         $Mock_resp->mock( content => sub { 'OK' } );
         $sel->open;
     }




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