Package: libbusiness-onlinepayment-perl Severity: serious Tags: patch Hi,
When rebuild libbusiness-onlinepayment-ippay-perl to fix other FTBFS bug, I got error as below. >Error: One of Net::SSLeay (v1.30 or later) or Crypt::SSLeay (+LWP) is >required at /usr/share/perl5/Business/OnlinePayment/HTTPS.pm line 38. However, libbusiness-onlinepayment-perl says "Depends: perl (>= 5.6.0-16)". It should depend "libnet-ssleay-perl | libcrypt-ssleay-perl" as well. This bug blocks #577358 For this issue, I made a simple patch (with squash lintian warnings). Please check and apply it. --- /tmp/libbusiness-onlinepayment-perl-3.00~09//debian/changelog 2010-04-13 15:32:29.000000000 +0900 +++ libbusiness-onlinepayment-perl-3.00~09/debian/changelog 2010-04-13 15:31:58.929199548 +0900 @@ -1,3 +1,15 @@ +libbusiness-onlinepayment-perl (3.00~09-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - add "Depends: libnet-ssleay-perl | libcrypt-ssleay-perl" + - Bump up "Standards-Version: 3.8.4" + - Build-Depends: debhelper (>= 5) + * set debian/compat to 5 + * switch to dpkg-source format v3.0 + + -- Hideki Yamane (Debian-JP) <[email protected]> Tue, 13 Apr 2010 15:30:57 +0900 + libbusiness-onlinepayment-perl (3.00~09-1) unstable; urgency=low * New upstream release (3.00_09 CPAN developer release) --- /tmp/libbusiness-onlinepayment-perl-3.00~09//debian/compat 2010-04-13 15:32:29.000000000 +0900 +++ libbusiness-onlinepayment-perl-3.00~09/debian/compat 2010-04-13 15:30:52.937195144 +0900 @@ -1 +1 @@ -4 +5 diff -urN /tmp/libbusiness-onlinepayment-perl-3.00~09//debian/control libbusiness-onlinepayment-perl-3.00~09/debian/control --- /tmp/libbusiness-onlinepayment-perl-3.00~09//debian/control 2010-04-13 15:32:29.000000000 +0900 +++ libbusiness-onlinepayment-perl-3.00~09/debian/control 2010-04-13 15:30:47.933195399 +0900 @@ -1,14 +1,14 @@ Source: libbusiness-onlinepayment-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 4.0.2), libtie-ixhash-perl, libnet-ssleay-perl, liburi-perl +Build-Depends: debhelper (>= 5), libtie-ixhash-perl, libnet-ssleay-perl, liburi-perl Build-Depends-Indep: perl (>= 5.8.0-7) Maintainer: Ivan Kohler <[email protected]> -Standards-Version: 3.6.1 +Standards-Version: 3.8.4 Package: libbusiness-onlinepayment-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, +Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl | libcrypt-ssleay-perl Suggests: libbusiness-onlinepayment-backend-perl|libbusiness-onlinepayment-authorizenet-perl|libbusiness-onlinepayment-payconnect-perl|libbusiness-onlinepayment-tclink-perl Description: Perl extension for online payment processing Business::OnlinePayment is a generic module for processing payments through diff -urN /tmp/libbusiness-onlinepayment-perl-3.00~09//debian/source/format libbusiness-onlinepayment-perl-3.00~09/debian/source/format --- /tmp/libbusiness-onlinepayment-perl-3.00~09//debian/source/format 1970-01-01 09:00:00.000000000 +0900 +++ libbusiness-onlinepayment-perl-3.00~09/debian/source/format 2010-04-13 15:29:23.181195382 +0900 @@ -0,0 +1 @@ +3.0 (quilt) -- Regards, Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp http://wiki.debian.org/HidekiYamane
pgpdk4qgX9MHx.pgp
Description: PGP signature

