r43423 - in /trunk/libtest-www-selenium-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Sep 1 20:22:56 UTC 2009


Author: jawnsy-guest
Date: Tue Sep  1 20:22:50 2009
New Revision: 43423

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43423
Log:
* Remove strange spacing (double spaces) from control
* Rewrite the description

Modified:
    trunk/libtest-www-selenium-perl/debian/changelog
    trunk/libtest-www-selenium-perl/debian/control
    trunk/libtest-www-selenium-perl/debian/rules

Modified: trunk/libtest-www-selenium-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/changelog?rev=43423&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/changelog (original)
+++ trunk/libtest-www-selenium-perl/debian/changelog Tue Sep  1 20:22:50 2009
@@ -10,6 +10,8 @@
   * 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.

Modified: trunk/libtest-www-selenium-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/control?rev=43423&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/control (original)
+++ trunk/libtest-www-selenium-perl/debian/control Tue Sep  1 20:22:50 2009
@@ -1,7 +1,7 @@
 Source: libtest-www-selenium-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.3.0)
 Build-Depends-Indep: perl, liburi-perl,
  libtest-exception-perl, libtest-pod-perl, libtest-mock-lwp-perl,
  libtest-simple-perl, libwww-perl
@@ -15,13 +15,9 @@
 
 Package: libtest-www-selenium-perl
 Architecture: all
-Depends:  ${perl:Depends}, ${misc:Depends}, liburi-perl
-Description:  Test applications using Selenium Remote Control
- Test::WWW::Selenium is a WWW::Selenium subclass providing some methods useful
- for writing tests. For each Selenium command (open, click, type, ...) there
- is a corresponding <command>_ok method that checks the return value (open_ok,
- click_ok, type_ok).
- .
- For each Selenium getter (get_title, ...) there are four autogenerated methods
- (<getter>_is, <getter>_isnt, <getter>_like, <getter>_unlike) to check the value
- of the attribute.
+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.

Modified: trunk/libtest-www-selenium-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/rules?rev=43423&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/rules (original)
+++ trunk/libtest-www-selenium-perl/debian/rules Tue Sep  1 20:22:50 2009
@@ -1,4 +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




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