diff -Nru libbusiness-onlinepayment-payconnect-perl-0.02/debian/changelog libbusiness-onlinepayment-payconnect-perl-0.02/debian/changelog --- libbusiness-onlinepayment-payconnect-perl-0.02/debian/changelog 2013-01-06 06:00:50.000000000 +0000 +++ libbusiness-onlinepayment-payconnect-perl-0.02/debian/changelog 2013-01-05 22:03:18.000000000 +0000 @@ -1,3 +1,20 @@ +libbusiness-onlinepayment-payconnect-perl (0.02-2) unstable; urgency=low + + * Take over for the Debian Perl Group on maintainer's request + (http://bugs.debian.org/677732#10) + * Add debian/watch file + * Update source format to 3.0 (quilt) + * Update debian/copyright format to 1.0 + * Bump Standards-Version to 3.9.4 + * Bump debhelper compatibility to 8 and add debian/compat file + * Remove libnet-ssleay-perl dependency (solved in + libbusiness-onlinepayment-perl 3.01-1) + * Update description + * Update debian/rules to use "dh $@" + * Add override_dh_auto_test to avoid network tests + + -- Xavier Guimard Sat, 05 Jan 2013 14:11:33 +0100 + libbusiness-onlinepayment-payconnect-perl (0.02-1) unstable; urgency=low * new upstream release diff -Nru libbusiness-onlinepayment-payconnect-perl-0.02/debian/compat libbusiness-onlinepayment-payconnect-perl-0.02/debian/compat --- libbusiness-onlinepayment-payconnect-perl-0.02/debian/compat 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-payconnect-perl-0.02/debian/compat 2013-01-05 22:03:18.000000000 +0000 @@ -0,0 +1 @@ +8 diff -Nru libbusiness-onlinepayment-payconnect-perl-0.02/debian/control libbusiness-onlinepayment-payconnect-perl-0.02/debian/control --- libbusiness-onlinepayment-payconnect-perl-0.02/debian/control 2013-01-06 06:00:50.000000000 +0000 +++ libbusiness-onlinepayment-payconnect-perl-0.02/debian/control 2013-01-05 22:03:18.000000000 +0000 @@ -1,15 +1,24 @@ Source: libbusiness-onlinepayment-payconnect-perl -Section: interpreters +Maintainer: Debian Perl Group +Uploaders: Ivan Kohler , + Xavier Guimard +Section: perl Priority: optional -Build-Depends: debhelper (>= 3.0.5), perl (>= 5.8.0-7), libbusiness-onlinepayment-perl, libnet-ssleay-perl -Maintainer: Ivan Kohler -Standards-Version: 3.5.1 +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: libbusiness-onlinepayment-perl, + perl +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-onlinepayment-payconnect-perl.git +Vcs-Git: git://git.debian.org/pkg-perl/packages/libbusiness-onlinepayment-payconnect-perl.git +Homepage: http://search.cpan.org/dist/Business-OnlinePayment-PayConnect/ Package: libbusiness-onlinepayment-payconnect-perl Architecture: all -Depends: ${perl:Depends}, libbusiness-onlinepayment-perl, libnet-ssleay-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libbusiness-onlinepayment-perl Description: PaymentOne PayConnect backend for Business::OnlinePayment - This is Business::OnlinePayment::PayConnect, an Business::OnlinePayment backend + Business::OnlinePayment::PayConnect is a Business::OnlinePayment backend module for PaymentOne (formerly eBillit) PayConnect. It is only useful if you have a merchant account with PaymentOne (formerly eBillit): http://www.paymentone.com/products/paycon.asp @@ -18,3 +27,4 @@ online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). + diff -Nru libbusiness-onlinepayment-payconnect-perl-0.02/debian/copyright libbusiness-onlinepayment-payconnect-perl-0.02/debian/copyright --- libbusiness-onlinepayment-payconnect-perl-0.02/debian/copyright 2013-01-06 06:00:50.000000000 +0000 +++ libbusiness-onlinepayment-payconnect-perl-0.02/debian/copyright 2013-01-05 22:03:18.000000000 +0000 @@ -1,13 +1,29 @@ -This is the debian package for the Business::OnlinePayment::PayConnect module. -It was created by Ivan Kohler using dh-make-perl. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Business-OnlinePayment-PayConnect +Source: http://search.cpan.org/dist/Business-OnlinePayment-PayConnect/ +Upstream-Contact: Ivan Kohler -Copyright (c) 2002 Ivan Kohler +Files: * +Copyright: 2002, Ivan Kohler +License: Artistic or GPL-1+ -All rights reserved. This program is free software; you can redistribute it -and/or modify it under the same terms as Perl itself. +Files: debian/* +Copyright: 2002, Ivan Kohler + 2013, Xavier Guimard +License: Artistic or GPL-1+ -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'. +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 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libbusiness-onlinepayment-payconnect-perl-0.02/debian/rules libbusiness-onlinepayment-payconnect-perl-0.02/debian/rules --- libbusiness-onlinepayment-payconnect-perl-0.02/debian/rules 2013-01-06 06:00:50.000000000 +0000 +++ libbusiness-onlinepayment-payconnect-perl-0.02/debian/rules 2013-01-05 22:03:18.000000000 +0000 @@ -1,88 +1,9 @@ #!/usr/bin/make -f -#-*- makefile -*- -# Made with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Christoph Lameter. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 -export DH_COMPAT=3 +TEST_FILES = $(filter-out t/bad_lec.t t/lec.t,$(shell echo t/*.t)) -PACKAGE=$(shell dh_listpackages) +%: + dh $@ -ifndef PERL -PERL = /usr/bin/perl -endif - -ifndef DESTDIR -DESTDIR=.. -endif -TMP =`pwd`/debian/$(PACKAGE) - -build: build-stamp -build-stamp: - dh_testdir - - - # Add here commands to compile the package. - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) OPTIMIZE="-O2 -g -Wall" - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) realclean - - dh_clean - -install: - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/tmp. - #$(MAKE) install DESTDIR=`pwd`/debian/tmp - $(MAKE) install PREFIX=$(TMP)/usr - - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build install -# dh_testversion - dh_testdir - dh_testroot - dh_installdocs README - dh_installexamples - dh_installmenu -# dh_installemacsen -# dh_installinit - dh_installcron - dh_installman -# dh_undocumented - dh_installchangelogs Changes - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_makeshlibs - dh_installdeb - dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb --destdir=$(DESTDIR) - -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 +override_dh_auto_test: + dh_auto_test -- TEST_FILES="$(TEST_FILES)" diff -Nru libbusiness-onlinepayment-payconnect-perl-0.02/debian/source/format libbusiness-onlinepayment-payconnect-perl-0.02/debian/source/format --- libbusiness-onlinepayment-payconnect-perl-0.02/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-payconnect-perl-0.02/debian/source/format 2013-01-06 06:00:50.666467163 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libbusiness-onlinepayment-payconnect-perl-0.02/debian/watch libbusiness-onlinepayment-payconnect-perl-0.02/debian/watch --- libbusiness-onlinepayment-payconnect-perl-0.02/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-payconnect-perl-0.02/debian/watch 2013-01-05 22:03:18.000000000 +0000 @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Business-OnlinePayment-PayConnect/ .*/Business-OnlinePayment-PayConnect-([\.\d]+)\.(?:tar\.gz|tar|tgz)$