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

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sun Apr 18 07:02:36 UTC 2010


Author: ivan
Date: Sun Apr 18 07:02:17 2010
New Revision: 56379

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

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

Added: trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog?rev=56379&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog (added)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/changelog Sun Apr 18 07:02:17 2010
@@ -1,0 +1,26 @@
+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 <ivan-debian at 420.am>  Fri, 26 Mar 2010 17:47:53 -0700
+
+libbusiness-onlinepayment-ippay-perl (0.05~01-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 23 Nov 2009 19:03:01 -0800
+
+libbusiness-onlinepayment-ippay-perl (0.04-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Tue, 22 Jul 2008 13:01:09 -0700
+
+libbusiness-onlinepayment-ippay-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 7 Jul 2008 11:49:42 -0700

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

Added: trunk/libbusiness-onlinepayment-ippay-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/control?rev=56379&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/control (added)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/control Sun Apr 18 07:02:17 2010
@@ -1,0 +1,14 @@
+Source: libbusiness-onlinepayment-ippay-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12), libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl (>= 3.00~09)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Business-OnlinePayment-IPPay/
+
+Package: libbusiness-onlinepayment-ippay-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl (>= 3.00~09)
+Description:  IPPay backend for Business::OnlinePayment
+ For detailed information see Business::OnlinePayment.

Added: trunk/libbusiness-onlinepayment-ippay-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/copyright?rev=56379&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/copyright (added)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/copyright Sun Apr 18 07:02:17 2010
@@ -1,0 +1,22 @@
+This is the debian package for the Business-OnlinePayment-IPPay 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-IPPay/
+
+The upstream author is: 
+
+Jeff Finucane, ippay at weasellips.com.
+
+Copyright (c) 1999 Jason Kohles.
+Copyright (c) 2002-2003 Ivan Kohler
+Copyright (c) 2008 Jeff Finucane
+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-ippay-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/rules?rev=56379&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/rules (added)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/rules Sun Apr 18 07:02:17 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libbusiness-onlinepayment-ippay-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/debian/watch?rev=56379&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-ippay-perl/debian/watch (added)
+++ trunk/libbusiness-onlinepayment-ippay-perl/debian/watch Sun Apr 18 07:02:17 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-IPPay/   .*/Business-OnlinePayment-IPPay-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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