debian/0000755000000000000000000000000012231171534007165 5ustar debian/watch0000644000000000000000000000027612073514603010225 0ustar version=3 # Replace X.X by X.X.0 opts="uversionmangle=s/^(\d+\.\d+)$/${1}\.0/" \ http://search.cpan.org/dist/Net_TCLink.pm/ .*/Net_TCLink.pm-?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-tclink-perl.doc-base0000644000000000000000000000037112073514603014266 0ustar Document: libnet-tclink-perl Title: Net::Tclink documentation Abstract: TrustCommerce Developer's Guide Section: Web Development Format: HTML Index: /usr/share/doc/libnet-tclink-perl/TCDevGuide.html Files: /usr/share/doc/libnet-tclink-perl/*.html debian/rules0000755000000000000000000000014412073514603010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: dh_auto_configure -- INSTALLDIRS=vendor debian/copyright0000644000000000000000000000157212073514603011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-TCLink Source: http://search.cpan.org/dist/Net-TCLink/ Upstream-Contact: Dan Helfman Files: * Copyright: 2003, TrustCommerce License: LGPL-2.1+ Files: debian/* Copyright: 2002-2003, Dan Helfman 2006-2008, Ivan Kohler 2006, Matej Vela 2013, Xavier Guimard License: LGPL-2.1+ License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. . On Debian systems, the complete text of version 2.1 of the the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/source/0000755000000000000000000000000012073514603010467 5ustar debian/source/format0000644000000000000000000000001412073514603011675 0ustar 3.0 (quilt) debian/libnet-tclink-perl.docs0000644000000000000000000000000612073514603013534 0ustar doc/* debian/patches/0000755000000000000000000000000012073514603010616 5ustar debian/patches/add-shebang.patch0000644000000000000000000000056412073514603014001 0ustar Description: Add shebang to test file Author: Dan Helfman Forwarded: no Reviewed-By: Xavier Guimard Last-Update: 2013-01-05 --- a/test.pl +++ b/test.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' debian/patches/series0000644000000000000000000000002212073514603012025 0ustar add-shebang.patch debian/compat0000644000000000000000000000000212073514603010365 0ustar 9 debian/control0000644000000000000000000000202212073514603010566 0ustar Source: libnet-tclink-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libssl-dev, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-tclink-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-tclink-perl.git Homepage: http://search.cpan.org/dist/Net-TCLink/ Package: libnet-tclink-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl interface to the TrustCommerce payment gateway Net::TCLink is a module that allows for fast, secure, reliable credit card and check transactions via the TrustCommerce IP gateway. The module consists of a single function call that accepts a hash that describes the requested transaction and returns a map that describes the result. debian/changelog0000644000000000000000000000524712231171534011047 0ustar libnet-tclink-perl (3.4.0-6build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:26:52 +0100 libnet-tclink-perl (3.4.0-6) unstable; urgency=low [ Xavier Guimard ] * Update source format to 3.0 (quilt) Convert old debian.diff into a quilt patch * Add in debian/watch uversionmangle to replace X.X upstream versions to X.X.0 * Update debian/copyright format to 1.0 * Add doc/* in docs * Add doc-base file for HTML doc * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 to get all hardening flags * Update debian/rules: + Use "dh $@" + Add override_dh_auto_configure to force INSTALLDIRS to vendor -- Xavier Guimard Thu, 10 Jan 2013 06:23:32 +0100 libnet-tclink-perl (3.4.0-5) unstable; urgency=low * Update rules as per current dh-make-perl * Fix incorrect install location of TCLink.pm (closes: Bug#496949) * Add watch file, revealing an extraneous .0 in the Debian package. -- Ivan Kohler Thu, 28 Aug 2008 11:02:39 -0700 libnet-tclink-perl (3.4.0-4) unstable; urgency=low * New maintainer (closes: Bug#352664). -- Ivan Kohler Thu, 22 Jun 2006 00:40:43 -0700 libnet-tclink-perl (3.4.0-3) unstable; urgency=low * QA upload. * Package is orphaned (#352664); set maintainer to Debian QA Group. * Switch to debhelper 5. * debian/rules: - Add support for DEB_BUILD_OPTIONS=noopt. - Remove support for DEB_BUILD_OPTIONS=debug. * debian/changelog: Remove obsolete Emacs local variables. * Conforms to Standards version 3.6.2. -- Matej Vela Wed, 5 Apr 2006 17:55:09 +0200 libnet-tclink-perl (3.4.0-2) unstable; urgency=low * changed Section from interpreters to perl -- Dan Helfman Fri, 12 Sep 2003 13:57:14 -0700 libnet-tclink-perl (3.4.0-1) unstable; urgency=low * new upstream release -- Dan Helfman Wed, 10 Sep 2003 17:14:01 -0700 libnet-tclink-perl (3.3.1-4) unstable; urgency=low * removed README.Debian. moved info to debian/copyright. closes: bug#157526. -- Dan Helfman Tue, 20 Aug 2002 18:11:01 -0700 libnet-tclink-perl (3.3.1-3) unstable; urgency=low * added Build-Depends for libssl-dev. closes: bug#148706 -- Dan Helfman Mon, 3 Jun 2002 12:40:39 -0700 libnet-tclink-perl (3.3.1-2) unstable; urgency=low * added example code test.pl -- Dan Helfman Thu, 30 May 2002 14:54:23 -0700 libnet-tclink-perl (3.3.1-1) unstable; urgency=low * initial release. closes: bug#148525 -- Dan Helfman Wed, 29 May 2002 21:43:42 -0700