[libbusiness-onlinepayment-payflowpro-perl] 01/03: Add libcgi-pm-perl to build and runtime dependencies

Niko Tyni ntyni at moszumanska.debian.org
Sun Apr 26 13:04:15 UTC 2015


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

ntyni pushed a commit to branch master
in repository libbusiness-onlinepayment-payflowpro-perl.

commit 4a557d633a6d6815652fbdad51fe200627bf349f
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Apr 26 15:57:24 2015 +0300

    Add libcgi-pm-perl to build and runtime dependencies
    
    CGI.pm is being removed from the Perl core. The lack of
    dependency currently causes deprecation warnings when this
    modudle is used.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index a42b3a9..a272fbc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libbusiness-onlinepayment-perl,
+                     libcgi-pm-perl,
                      perl
 Standards-Version: 3.9.4
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-onlinepayment-payflowpro-perl.git
@@ -16,6 +17,7 @@ Package: libbusiness-onlinepayment-payflowpro-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         libcgi-pm-perl,
          libbusiness-onlinepayment-perl
 Description: PayPal Payflow Pro backend for Business::OnlinePayment
  This is Business::OnlinePayment::PayflowPro, an Business::OnlinePayment

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbusiness-onlinepayment-payflowpro-perl.git



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