debian/0000755000000000000000000000000012143703250007163 5ustar debian/rules0000755000000000000000000000003612143703250010242 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000307412143703250010572 0ustar Source: libbusiness-onlinepayment-ippay-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Nicholas Bamber , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl, libnet-ssleay-perl | libcrypt-ssleay-perl, libnet-ssleay-perl | libwww-perl, liburi-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-onlinepayment-ippay-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbusiness-onlinepayment-ippay-perl.git Homepage: http://420.am/business-onlinepayment/ Package: libbusiness-onlinepayment-ippay-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl, libnet-ssleay-perl | libcrypt-ssleay-perl, libnet-ssleay-perl | libwww-perl, liburi-perl Description: backend for IPPay in Business::OnlinePayment framework IPPay (see http://www.ippay.com) is a online payment framework for recurring utility bills. Business::OnlinePayment::IPPay is a Perl interface that fits into the wider Business::OnlinePayment framework. debian/source/0000755000000000000000000000000012143703250010463 5ustar debian/source/format0000644000000000000000000000001412143703250011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000723612143703250011045 0ustar libbusiness-onlinepayment-ippay-perl (0.08-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Drop patch gateway.patch, included in 0.07. * debian/copyright: update Upstream-Contact. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.08 * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Add myself in uploaders * Update d/copyright to format 1.0 * Replace "Subject" by "description" in patch as required by cme -- Xavier Guimard Sun, 12 May 2013 13:04:17 +0200 libbusiness-onlinepayment-ippay-perl (0.06-2) unstable; urgency=low * Team upload. * New patch gateway.patch: change IPPay gateway server/path. Thanks to Ivan Kohler for backporting the patch. (Closes: #691723) -- gregor herrmann Tue, 30 Oct 2012 17:59:17 +0100 libbusiness-onlinepayment-ippay-perl (0.06-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Updated copyright * Refreshed patch [ gregor herrmann ] * debian/control: remove versions from (build) dependencies on libbusiness-onlinepayment-perl and libnet-ssleay-perl, already satisfied in lenny. -- Nicholas Bamber Thu, 27 Jan 2011 22:59:43 +0000 libbusiness-onlinepayment-ippay-perl (0.05-1) unstable; urgency=low [ gregor herrmann ] * Bump debhelper dependency in debian/control to 7. [ Nicholas Bamber ] * New upstream release * Upped standards version to 3.9.1 * echo '3.0 (quilt)' > debian/source/format * Added myself to Uploaders * Rewrote short and long descriptions * Refreshed copyright * Reviewed patch (and converted from diff format) [ Ansgar Burchardt ] * debian/control: Make build-dep on perl unversioned. * debian/control: Change Homepage field to Business::OnlinePayment homepage which is more informative than the module's CPAN page. -- Nicholas Bamber Thu, 28 Oct 2010 14:28:52 +0100 libbusiness-onlinepayment-ippay-perl (0.05~02-2) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders. * debian/watch: update to ignore development releases. * Add Dep/B-D-I on libnet-ssleay-perl/libcrypt-ssleay-perl since we use B:OP:HTTPS * Add Dep/B-D-I on liburi-perl, patch from Hideki Yamane, thanks! (closes: Bug#577358) * Skip tests which require network access -- Ivan Kohler Sun, 18 Apr 2010 00:51:10 -0700 libbusiness-onlinepayment-ippay-perl (0.05~02-1) unstable; urgency=low * New upstream release * Debhelper v7 style debian/rules * Remove tests which require network access * Upload to Debian proper (closes: Bug#575567) -- Ivan Kohler Fri, 26 Mar 2010 17:47:53 -0700 libbusiness-onlinepayment-ippay-perl (0.05~01-1) unstable; urgency=low * New upstream release -- Ivan Kohler Mon, 23 Nov 2009 19:03:01 -0800 libbusiness-onlinepayment-ippay-perl (0.04-1) unstable; urgency=low * New upstream release. -- Ivan Kohler Tue, 22 Jul 2008 13:01:09 -0700 libbusiness-onlinepayment-ippay-perl (0.03-1) unstable; urgency=low * Initial Release. -- Ivan Kohler Mon, 7 Jul 2008 11:49:42 -0700 debian/compat0000644000000000000000000000000212143703250010361 0ustar 8 debian/patches/0000755000000000000000000000000012143703250010612 5ustar debian/patches/no-connectivity.patch0000644000000000000000000000126012143703250014762 0ustar Description: Skip tests requiring connectivity Author: Ivan Kohler Forwarded: not-needed Reviewed-By: Nicholas Bamber Last-Update: 2011-01-227 --- a/t/card.t +++ b/t/card.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use Test::More; +use Test::More skip_all => 'Skip network tests in Debian build'; require "t/lib/test_account.pl"; my($login, $password, %opt) = test_account_or_skip('card'); --- a/t/check.t +++ b/t/check.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use Test::More; +use Test::More skip_all => 'Skip network tests in Debian build'; require "t/lib/test_account.pl"; my($login, $password, %opt) = test_account_or_skip('check'); debian/patches/series0000644000000000000000000000002612143703250012025 0ustar no-connectivity.patch debian/copyright0000644000000000000000000000235212143703250011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Business-OnlinePayment-IPPay Upstream-Contact: Ivan Kohler Source: https://metacpan.org/release/Business-OnlinePayment-IPPay/ Files: * Copyright: 1999, Jason Kohles 2002-2003, Ivan Kohler 2008, Jeff Finucane License: Artistic or GPL-1+ Files: debian/* Copyright: 2008-2010, Ivan Kohler 2010-2011, Nicholas Bamber 2012, Xavier Guimard License: Artistic or 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 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 systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000022612143703250010214 0ustar version=3 https://metacpan.org/release/Business-OnlinePayment-IPPay/ .*/Business-OnlinePayment-IPPay-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$