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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Feb 28 15:48:17 UTC 2008


Author: gregoa-guest
Date: Thu Feb 28 15:48:16 2008
New Revision: 15886

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

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

Added: trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog?rev=15886&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog (added)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/changelog Thu Feb 28 15:48:16 2008
@@ -1,0 +1,6 @@
+libbusiness-onlinepayment-openecho-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#414111).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Thu,  8 Mar 2007 23:44:54 -0800
+

Added: trunk/libbusiness-onlinepayment-openecho-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/compat?rev=15886&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/compat (added)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/compat Thu Feb 28 15:48:16 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libbusiness-onlinepayment-openecho-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/control?rev=15886&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/control (added)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/control Thu Feb 28 15:48:16 2008
@@ -1,0 +1,20 @@
+Source: libbusiness-onlinepayment-openecho-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.0)
+Build-Depends-Indep: perl (>= 5.8.0)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.7.2
+
+Package: libbusiness-onlinepayment-openecho-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libbusiness-onlinepayment-perl (>= 2.99)
+Description:  ECHO backend module for Business::OnlinePayment
+ This is Business::OnlinePayment::OpenECHO, an Business::OnlinePayment
+ backend module for ECHO.  It is only useful if you have a merchant account
+ with ECHO: http://www.echo-inc.com/  (also see http://www.openecho.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-openecho-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/copyright?rev=15886&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/copyright (added)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/copyright Thu Feb 28 15:48:16 2008
@@ -1,0 +1,36 @@
+This is the debian package for the Business::OnlinePayment::OpenECHO module.
+It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+
+The upstream authors are: 
+
+Original Author
+Michael Lehmkuhl <michael at electricpulp.com>
+
+Special Thanks
+Jim Darden <jdarden at echo-inc.com>
+Dan Browning <db at kavod.com>
+
+Business::OnlinePayment Implementation
+Ivan Kohler <ivan-openecho at 420.am>
+
+# Copyright (C) 2002 Electric Pulp. <info at electricpulp.com>
+# Copyright (C) 2004-2006 Ivan Kohler
+#
+# 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 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+

Added: trunk/libbusiness-onlinepayment-openecho-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/rules?rev=15886&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/rules (added)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/rules Thu Feb 28 15:48:16 2008
@@ -1,0 +1,86 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	
+	#skipping test for now, the testing echo ID doesn't work anymore
+	#$(MAKE) test
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README TODO
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Added: trunk/libbusiness-onlinepayment-openecho-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libbusiness-onlinepayment-openecho-perl/debian/watch?rev=15886&op=file
==============================================================================
--- trunk/libbusiness-onlinepayment-openecho-perl/debian/watch (added)
+++ trunk/libbusiness-onlinepayment-openecho-perl/debian/watch Thu Feb 28 15:48:16 2008
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/Business/Business-OnlinePayment-OpenECHO-(.*).(tar.gz|tar|tgz)




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