debian/0000755000000000000000000000000012072124157007167 5ustar debian/rules0000755000000000000000000000003612072124157010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000256712072124157010604 0ustar Source: libbusiness-onlinepayment-tclink-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), Build-Depends-Indep: libbusiness-onlinepayment-perl, libnet-tclink-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-onlinepayment-tclink-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libbusiness-onlinepayment-tclink-perl.git Homepage: http://search.cpan.org/dist/Business-OnlinePayment-TCLink/ Package: libbusiness-onlinepayment-tclink-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libbusiness-onlinepayment-perl, libnet-tclink-perl Description: TrustCommerce backend for Business::OnlinePayment Business::OnlinePayment::TCLink is a Business::OnlinePayment backend module for the TrustCommerce payment gateway. It is only useful if you have an account with TrustCommerce: http://www.trustcommerce.com/ . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). debian/source/0000755000000000000000000000000012072124157010467 5ustar debian/source/format0000644000000000000000000000001412072124157011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000433312072124157011044 0ustar libbusiness-onlinepayment-tclink-perl (1.03-4) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Update source format to 3.0 (quilt) * Add debian/watch file * Update debian/copyight (years and format) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update description * Remove README from docs * Update debian/rules to use "dh $@" * Add a basic test (patch) * Update build dependencies to make basic test work -- Xavier Guimard Sat, 05 Jan 2013 09:40:05 +0100 libbusiness-onlinepayment-tclink-perl (1.03-3) unstable; urgency=low * New maintainer (closes: Bug#352663). * Depend on libbusiness-onlinepayment-perl (closes: Bug#373717) -- Ivan Kohler Thu, 22 Jun 2006 00:44:17 -0700 libbusiness-onlinepayment-tclink-perl (1.03-2) unstable; urgency=low * QA upload. * Package is orphaned (#352663); set maintainer to Debian QA Group. * Change section to perl in accordance with the override file. * Finish /usr/doc transition. Closes: #359442. * Switch to debhelper 5. * debian/changelog: Remove obsolete Emacs local variables. * Conforms to Standards version 3.6.2. -- Matej Vela Wed, 5 Apr 2006 17:42:27 +0200 libbusiness-onlinepayment-tclink-perl (1.03-1) unstable; urgency=low * new upstream release with more verbose result reporting -- Dan Helfman Tue, 4 Feb 2003 12:32:17 -0800 libbusiness-onlinepayment-tclink-perl (1.02-1) unstable; urgency=low * new upstream release that fixes ach/echeck bug -- Dan Helfman Mon, 4 Nov 2002 15:46:53 -0800 libbusiness-onlinepayment-tclink-perl (1.01-2) unstable; urgency=low * moved deb building from binary-arch to binary-indep. closes: bug#157462. * removed README.Debian. moved info to debian/copyright. closes: bug#157517. * added path to Perl licenses in debian/copyright. closes: bug#157551. -- Dan Helfman Tue, 20 Aug 2002 17:35:44 -0700 libbusiness-onlinepayment-tclink-perl (1.01-1) unstable; urgency=low * initial release. closes: bug#148598. -- Dan Helfman Thu, 30 May 2002 15:22:51 -0700 debian/compat0000644000000000000000000000000212072124157010365 0ustar 8 debian/libbusiness-onlinepayment-tclink-perl.docs0000644000000000000000000000002012072124157017455 0ustar README.freeside debian/patches/0000755000000000000000000000000012072124157010616 5ustar debian/patches/series0000644000000000000000000000002512072124157012030 0ustar add-basic-test.patch debian/patches/add-basic-test.patch0000644000000000000000000000113012072124157014416 0ustar Description: Add a basic test Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=82420 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82420 Last-Update: 2013-01-05 --- /dev/null +++ b/t/01-basic-test.t @@ -0,0 +1,10 @@ +# Before `make install' is performed this script should be runnable with +# `make test'. After `make install' it should work as `perl Lemonldap-NG-Portal.t' + +######################### + +# change 'tests => 1' to 'tests => last_test_to_print'; + +use Test::More tests => 1; + +BEGIN { use_ok( 'Business::OnlinePayment::TCLink' ) } debian/copyright0000644000000000000000000000234412072124157011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Business-OnlinePayment-TCLink Source: http://search.cpan.org/dist/Business-OnlinePayment-TCLink/ Upstream-Contact: Dan Helfman Files: * Copyright: 2002, TrustCommerce Comment: Derived from code by Jason Kohles and Ivan Kohler. License: Artistic or GPL-1+ Files: debian/* Copyright: 2002, 2003, Dan Helfman 2006, Ivan Kohler 2006, Matej Vela 2013, 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 GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000022412072124157010216 0ustar version=3 http://search.cpan.org/dist/Business-OnlinePayment-TCLink/ .*/Business-OnlinePayment-TCLink-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)