[libtest-www-selenium-perl] 06/11: Add recommends and build dependency on libdevel-repl-perl

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Dec 31 01:40:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libtest-www-selenium-perl.

commit be1fa4a622678cc1c097a8da1cde5ed263b092eb
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Dec 30 19:28:08 2015 -0200

    Add recommends and build dependency on libdevel-repl-perl
---
 debian/changelog | 2 ++
 debian/control   | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eca91bd..ed57e93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libtest-www-selenium-perl (1.36-2) UNRELEASED; urgency=medium
   * Update upstream contact in d/copyright
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.6
+  * Add recommends and build dependency on libdevel-repl-perl.
+    Used in lib/Devel/REPL/Plugin/Selenium.pm
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 30 Dec 2015 18:59:48 -0200
 
diff --git a/debian/control b/debian/control
index f3489f0..d937a78 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,13 @@ Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: libdevel-repl-perl,
                      libnamespace-clean-perl,
                      libtest-exception-perl,
                      libtest-mock-lwp-perl,
                      liburi-perl,
-                     libwww-perl
+                     libwww-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-www-selenium-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-www-selenium-perl.git
@@ -24,6 +25,7 @@ Depends: ${perl:Depends},
          libnamespace-clean-perl,
          liburi-perl,
          libwww-perl
+Recommends: libdevel-repl-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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-www-selenium-perl.git



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