r56380 - in /trunk/libbusiness-onlinepayment-payflowpro-perl/debian: ./ changelog compat control copyright rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sun Apr 18 07:03:09 UTC 2010


Author: ivan
Date: Sun Apr 18 07:02:50 2010
New Revision: 56380

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

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

Added: trunk/libbusiness-onlinepayment-payflowpro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-payflowpro-perl/debian/changelog?rev=56380&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-payflowpro-perl/debian/changelog (added)
+++ trunk/libbusiness-onlinepayment-payflowpro-perl/debian/changelog Sun Apr 18 07:02:50 2010
@@ -1,0 +1,13 @@
+libbusiness-onlinepayment-payflowpro-perl (1.01-1) unstable; urgency=low
+
+  * New upstream release
+  * debhelper v7 style debian/rules
+  * Upload to Debian (closes: Bug#575563)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Fri, 26 Mar 2010 16:55:29 -0700
+
+libbusiness-onlinepayment-payflowpro-perl (0.07~06-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 27 Oct 2008 17:20:48 -0700

Added: trunk/libbusiness-onlinepayment-payflowpro-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-payflowpro-perl/debian/compat?rev=56380&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-payflowpro-perl/debian/compat (added)
+++ trunk/libbusiness-onlinepayment-payflowpro-perl/debian/compat Sun Apr 18 07:02:50 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libbusiness-onlinepayment-payflowpro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-payflowpro-perl/debian/control?rev=56380&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-payflowpro-perl/debian/control (added)
+++ trunk/libbusiness-onlinepayment-payflowpro-perl/debian/control Sun Apr 18 07:02:50 2010
@@ -1,0 +1,25 @@
+Source: libbusiness-onlinepayment-payflowpro-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Business-OnlinePayment-PayflowPro/
+
+Package: libbusiness-onlinepayment-payflowpro-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libbusiness-onlinepayment-perl (>= 3.00~07), libnet-ssleay-perl (>=1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>=1.30) | libwww-perl, liburi-perl, libtie-ixhash-perl
+Description: PayPal Payflow Pro backend for Business::OnlinePayment
+ This is Business::OnlinePayment::PayflowPro, an Business::OnlinePayment
+ backend module for PayPal Payflow Pro.  It is only useful if you have a
+ merchant account with PayPal Payflow Pro:
+ https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-pro-overview-outside
+ .
+ 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").
+Homepage: http://search.cpan.org/dist/Business-OnlinePayment-PayflowPro/
+
+

Added: trunk/libbusiness-onlinepayment-payflowpro-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-payflowpro-perl/debian/copyright?rev=56380&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-payflowpro-perl/debian/copyright (added)
+++ trunk/libbusiness-onlinepayment-payflowpro-perl/debian/copyright Sun Apr 18 07:02:50 2010
@@ -1,0 +1,25 @@
+This is the debian package for the Business-OnlinePayment-PayflowPro module.
+It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Business-OnlinePayment-PayflowPro/
+
+The upstream authors are: 
+
+Ivan Kohler <ivan-payflowpro at 420.am>
+
+Phil Lobbes <phil at perkpartners.com>
+
+Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles.
+
+Copyright (c) 2003 Ivan Kohler
+Copyright (c) 2007 Freeside Internet Services, Inc.
+All rights reserved. This program is free software; you can
+redistribute it and/or modify it under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2008, Ivan Kohler <ivan-debian at 420.am> and
+is licensed under the same terms as the software itself (see above).

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

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

Added: trunk/libbusiness-onlinepayment-payflowpro-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-payflowpro-perl/debian/watch?rev=56380&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-payflowpro-perl/debian/watch (added)
+++ trunk/libbusiness-onlinepayment-payflowpro-perl/debian/watch Sun Apr 18 07:02:50 2010
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Business-OnlinePayment-PayflowPro/   .*/Business-OnlinePayment-PayflowPro-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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