--- libtest-www-selenium-perl-1.19.orig/debian/control +++ libtest-www-selenium-perl-1.19/debian/control @@ -0,0 +1,23 @@ +Source: libtest-www-selenium-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.3.0) +Build-Depends-Indep: perl, liburi-perl, + libtest-exception-perl, libtest-pod-perl, libtest-mock-lwp-perl, + libwww-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves , + gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +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 +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 + corresponding method that checks its return value; likewise, for each getter, + there is a corresponding set of methods to verify the value of the attribute. --- libtest-www-selenium-perl-1.19.orig/debian/copyright +++ libtest-www-selenium-perl-1.19/debian/copyright @@ -0,0 +1,64 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Luke Closs +Upstream-Source: http://search.cpan.org/dist/Test-WWW-Selenium/ +Upstream-Name: Test-WWW-Selenium + +Files: * +Copyright: 2006, Luke Closs + 2006, Dan Fabulitch + 2005-2006, Mattia Barbon +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: ./usr/share/perl5/WWW/Selenium* +Copyright: 2006, ThoughtWorks, Inc +License: Apache-2.0 + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008 AGOSTINI Yves + 2008, gregor herrmann +License: GPL-2+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +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' + +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' + +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' --- libtest-www-selenium-perl-1.19.orig/debian/watch +++ libtest-www-selenium-perl-1.19/debian/watch @@ -0,0 +1,6 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +# O.15 version is certainly a typo mistake, change to 1.15 +opts=uversionmangle=s/0\.15/1\.15/ \ +http://search.cpan.org/dist/Test-WWW-Selenium/ .*/Test-WWW-Selenium-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-www-selenium-perl-1.19.orig/debian/compat +++ libtest-www-selenium-perl-1.19/debian/compat @@ -0,0 +1 @@ +7 --- libtest-www-selenium-perl-1.19.orig/debian/libtest-www-selenium-perl.lintian-overrides +++ libtest-www-selenium-perl-1.19/debian/libtest-www-selenium-perl.lintian-overrides @@ -0,0 +1,2 @@ +# long xpathExpression in POD +libtest-www-selenium-perl: manpage-has-errors-from-man usr/share/man/man3/WWW::Selenium.3pm.gz 227: warning [p 2, 4.5i]: can't break line --- libtest-www-selenium-perl-1.19.orig/debian/changelog +++ libtest-www-selenium-perl-1.19/debian/changelog @@ -0,0 +1,58 @@ +libtest-www-selenium-perl (1.19-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Update list of commands not requiring a locator + + Ensure do_command reuses LWP objects and caches + connections for performance + * Standards-Version 3.8.3 (drop perl version dependency) + * Use new short rules format + * Update copyright information + * Add myself to Uploaders and Copyright + * Drop version dep on liburi-perl, v1.35 is in oldstable + * Remove strange spacing (double spaces) from control + * Rewrite the description + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * Remove build dependency on libtest-simple-perl, Test::More 0.42 is in perl + core since 5.6.2 and 5.8. + + -- Jonathan Yu Fri, 25 Sep 2009 05:01:27 -0400 + +libtest-www-selenium-perl (1.17-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann Wed, 31 Dec 2008 19:40:53 +0100 + +libtest-www-selenium-perl (1.16-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/copyright: point to /usr/share/common-licenses/Apache-2.0 instead + of including the Apache License verbatim. + * Set Standards-Version to 3.8.0 (no changes). + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Brian Cassidy ] + * New upstream release + + [ gregor herrmann ] + * Add /me to Uploaders. + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * debian/copyright: update formatting and add information about files under + inc/. + * Add a lintian override for a long xpathExpression which makes man's + line-breaking algorithm unhappy. + + -- gregor herrmann Wed, 17 Dec 2008 21:47:02 +0100 + +libtest-www-selenium-perl (1.15-1) unstable; urgency=low + + * Initial Release (Closes: #477558) + + -- AGOSTINI Yves Wed, 23 Apr 2008 21:54:19 +0200 --- libtest-www-selenium-perl-1.19.orig/debian/libtest-www-selenium-perl.docs +++ libtest-www-selenium-perl-1.19/debian/libtest-www-selenium-perl.docs @@ -0,0 +1,2 @@ +todo.txt +README --- libtest-www-selenium-perl-1.19.orig/debian/rules +++ libtest-www-selenium-perl-1.19/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh --buildsystem=perl_makemaker $@ + +override_dh_auto_install: + dh_auto_install + rm $(TMP)/usr/share/perl5/Test/WWW/mypod2html.pl