r56366 - in /trunk/libbusiness-onlinepayment-paymentech-perl/debian: ./ changelog compat control copyright libbusiness-onlinepayment-paymentech-perl.docs rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sun Apr 18 06:59:05 UTC 2010


Author: ivan
Date: Sun Apr 18 06:58:52 2010
New Revision: 56366

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56366
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/changelog
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/compat
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/control
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/copyright
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/libbusiness-onlinepayment-paymentech-perl.docs
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/rules   (with props)
    trunk/libbusiness-onlinepayment-paymentech-perl/debian/watch

Added: trunk/libbusiness-onlinepayment-paymentech-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-paymentech-perl/debian/changelog?rev=56366&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-paymentech-perl/debian/changelog (added)
+++ trunk/libbusiness-onlinepayment-paymentech-perl/debian/changelog Sun Apr 18 06:58:52 2010
@@ -1,0 +1,18 @@
+libbusiness-onlinepayment-paymentech-perl (2.03-1) unstable; urgency=low
+
+  * Upstream release.
+  * Upload to Debian (closes: Bug#575565)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Fri, 26 Mar 2010 17:33:18 -0700
+
+libbusiness-onlinepayment-paymentech-perl (2.03~01-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Tue, 19 Jan 2010 14:35:02 -0800
+
+libbusiness-onlinepayment-paymentech-perl (2.00-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Thu, 8 Oct 2009 02:18:23 -0700

Added: trunk/libbusiness-onlinepayment-paymentech-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-paymentech-perl/debian/compat?rev=56366&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-paymentech-perl/debian/compat (added)
+++ trunk/libbusiness-onlinepayment-paymentech-perl/debian/compat Sun Apr 18 06:58:52 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libbusiness-onlinepayment-paymentech-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-paymentech-perl/debian/control?rev=56366&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-paymentech-perl/debian/control (added)
+++ trunk/libbusiness-onlinepayment-paymentech-perl/debian/control Sun Apr 18 06:58:52 2010
@@ -1,0 +1,20 @@
+Source: libbusiness-onlinepayment-paymentech-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl-modules
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.3
+
+Package: libbusiness-onlinepayment-paymentech-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, libbusiness-onlinepayment-perl (>=3.00~07), libnet-ssleay-perl (>=1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>=1.30) | libwww-perl, libxml-simple-perl
+Description: Chase Paymentech backend for Business::OnlinePayment
+ This is Business::OnlinePayment::PaymenTech, an Business::OnlinePayment
+ backend module for Chase Paymentech.  It is only useful if you have a
+ merchant account with Chase Paymentech: http://www.chasepaymentech.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").

Added: trunk/libbusiness-onlinepayment-paymentech-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-paymentech-perl/debian/copyright?rev=56366&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-paymentech-perl/debian/copyright (added)
+++ trunk/libbusiness-onlinepayment-paymentech-perl/debian/copyright Sun Apr 18 06:58:52 2010
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Mark Wells, mark at freeside.biz
+Upstream-Source: http://www.freeside.biz/cgi-bin/viewvc.cgi/Business-OnlinePayment-PaymenTech/
+Upstream-Name: Business-OnlinePayment-PaymenTech
+
+Files: *
+Copyright: Mark Wells, mark at freeside.biz
+Copyright: Freeside Internet Services, Inc.
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ivan Kohler <ivan-debian at 420.am>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libbusiness-onlinepayment-paymentech-perl/debian/libbusiness-onlinepayment-paymentech-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-paymentech-perl/debian/libbusiness-onlinepayment-paymentech-perl.docs?rev=56366&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-paymentech-perl/debian/libbusiness-onlinepayment-paymentech-perl.docs (added)
+++ trunk/libbusiness-onlinepayment-paymentech-perl/debian/libbusiness-onlinepayment-paymentech-perl.docs Sun Apr 18 06:58:52 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libbusiness-onlinepayment-paymentech-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-paymentech-perl/debian/rules?rev=56366&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-paymentech-perl/debian/rules (added)
+++ trunk/libbusiness-onlinepayment-paymentech-perl/debian/rules Sun Apr 18 06:58:52 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libbusiness-onlinepayment-paymentech-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libbusiness-onlinepayment-paymentech-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-paymentech-perl/debian/watch?rev=56366&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-paymentech-perl/debian/watch (added)
+++ trunk/libbusiness-onlinepayment-paymentech-perl/debian/watch Sun Apr 18 06:58:52 2010
@@ -1,0 +1,2 @@
+#version=3
+#http://search.cpan.org/dist/Business-OnlinePayment-PaymenTech/   .*/Business-OnlinePayment-PaymenTech-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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