diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/changelog libbusiness-onlinepayment-tclink-perl-1.03/debian/changelog --- libbusiness-onlinepayment-tclink-perl-1.03/debian/changelog 2013-01-06 06:00:51.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/changelog 2013-01-05 22:25:51.000000000 +0000 @@ -1,3 +1,20 @@ +libbusiness-onlinepayment-tclink-perl (1.03-4) unstable; urgency=low + + * Take over for the Debian Perl Group on maintainer's request + (http://bugs.debian.org/677732#10) + * Update source format to 3.0 (quilt) + * Add debian/watch file + * Update debian/copyight (years and format) + * Bump Standards-Version to 3.9.4 + * Bump debhelper compatibility to 8 + * Update description + * Remove README from docs + * Update debian/rules to use "dh $@" + * Add a basic test (patch) + * Update build dependencies to make basic test work + + -- Xavier Guimard Sat, 05 Jan 2013 09:40:05 +0100 + libbusiness-onlinepayment-tclink-perl (1.03-3) unstable; urgency=low * New maintainer (closes: Bug#352663). diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/compat libbusiness-onlinepayment-tclink-perl-1.03/debian/compat --- libbusiness-onlinepayment-tclink-perl-1.03/debian/compat 2013-01-06 06:00:51.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/compat 2013-01-05 22:25:51.000000000 +0000 @@ -1 +1 @@ -5 +8 diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/control libbusiness-onlinepayment-tclink-perl-1.03/debian/control --- libbusiness-onlinepayment-tclink-perl-1.03/debian/control 2013-01-06 06:00:51.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/control 2013-01-05 22:25:51.000000000 +0000 @@ -1,15 +1,26 @@ Source: libbusiness-onlinepayment-tclink-perl +Maintainer: Debian Perl Group +Uploaders: Ivan Kohler , + Xavier Guimard Section: perl Priority: optional -Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-17) -Maintainer: Ivan Kohler -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 8), +Build-Depends-Indep: libbusiness-onlinepayment-perl, + libnet-tclink-perl, + perl +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-onlinepayment-tclink-perl.git +Vcs-Git: git://git.debian.org/pkg-perl/packages/libbusiness-onlinepayment-tclink-perl.git +Homepage: http://search.cpan.org/dist/Business-OnlinePayment-TCLink/ Package: libbusiness-onlinepayment-tclink-perl Architecture: all -Depends: ${perl:Depends}, libnet-tclink-perl, libbusiness-onlinepayment-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libbusiness-onlinepayment-perl, + libnet-tclink-perl Description: TrustCommerce backend for Business::OnlinePayment - This is Business::OnlinePayment::TCLink, a Business::OnlinePayment + Business::OnlinePayment::TCLink is a Business::OnlinePayment backend module for the TrustCommerce payment gateway. It is only useful if you have an account with TrustCommerce: http://www.trustcommerce.com/ . @@ -17,3 +28,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-tclink-perl-1.03/debian/copyright libbusiness-onlinepayment-tclink-perl-1.03/debian/copyright --- libbusiness-onlinepayment-tclink-perl-1.03/debian/copyright 2013-01-06 06:00:51.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/copyright 2013-01-05 22:25:51.000000000 +0000 @@ -1,16 +1,32 @@ -The Debian maintainer is: -Dan Helfman +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Business-OnlinePayment-TCLink +Source: http://search.cpan.org/dist/Business-OnlinePayment-TCLink/ +Upstream-Contact: Dan Helfman -The upstream author is: -Dan Helfman +Files: * +Copyright: 2002, TrustCommerce +Comment: Derived from code by Jason Kohles and Ivan Kohler. +License: Artistic or GPL-1+ -Derived from code by Jason Kohles and Ivan Kohler. +Files: debian/* +Copyright: 2002, 2003, Dan Helfman + 2006, Ivan Kohler + 2006, Matej Vela + 2013, Xavier Guimard +License: Artistic or GPL-1+ -Copyright (c) 2002 TrustCommerce -All rights reserved. This program is free software; you can redistribute -it and/or modify it under the same terms as Perl itself. +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'. -Perl is licensed under the GNU GPL or the Artistic License. On Debian -systems, the full text of the GPL may be found in the file -/usr/share/common-licenses/GPL, and the full text of the Artistic license may -be found in the file /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-tclink-perl-1.03/debian/docs libbusiness-onlinepayment-tclink-perl-1.03/debian/docs --- libbusiness-onlinepayment-tclink-perl-1.03/debian/docs 2013-01-06 06:00:51.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -README -README.freeside diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/libbusiness-onlinepayment-tclink-perl.docs libbusiness-onlinepayment-tclink-perl-1.03/debian/libbusiness-onlinepayment-tclink-perl.docs --- libbusiness-onlinepayment-tclink-perl-1.03/debian/libbusiness-onlinepayment-tclink-perl.docs 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/libbusiness-onlinepayment-tclink-perl.docs 2013-01-05 22:25:51.000000000 +0000 @@ -0,0 +1 @@ +README.freeside diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/add-basic-test.patch libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/add-basic-test.patch --- libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/add-basic-test.patch 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/add-basic-test.patch 2013-01-05 22:25:51.000000000 +0000 @@ -0,0 +1,19 @@ +Description: Add a basic test +Author: Xavier Guimard +Bug: https://rt.cpan.org/Ticket/Display.html?id=82420 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82420 +Last-Update: 2013-01-05 + +--- /dev/null ++++ b/t/01-basic-test.t +@@ -0,0 +1,10 @@ ++# Before `make install' is performed this script should be runnable with ++# `make test'. After `make install' it should work as `perl Lemonldap-NG-Portal.t' ++ ++######################### ++ ++# change 'tests => 1' to 'tests => last_test_to_print'; ++ ++use Test::More tests => 1; ++ ++BEGIN { use_ok( 'Business::OnlinePayment::TCLink' ) } diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/series libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/series --- libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/patches/series 2013-01-05 22:25:51.000000000 +0000 @@ -0,0 +1 @@ +add-basic-test.patch diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/rules libbusiness-onlinepayment-tclink-perl-1.03/debian/rules --- libbusiness-onlinepayment-tclink-perl-1.03/debian/rules 2013-01-06 06:00:51.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/rules 2013-01-05 22:25:51.000000000 +0000 @@ -1,54 +1,4 @@ #!/usr/bin/make -f -#-*- makefile -*- -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -PERL ?= /usr/bin/perl - -build: build-stamp -build-stamp: - dh_testdir - - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - [ ! -f Makefile ] || $(MAKE) realclean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - $(MAKE) install DESTDIR=`pwd`/debian/`dh_listpackages` - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs Changes - dh_installdocs - dh_link - dh_compress - dh_fixperms - dh_perl - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -binary-arch: build install - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +%: + dh $@ diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/source/format libbusiness-onlinepayment-tclink-perl-1.03/debian/source/format --- libbusiness-onlinepayment-tclink-perl-1.03/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/source/format 2013-01-06 06:00:52.106467667 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libbusiness-onlinepayment-tclink-perl-1.03/debian/watch libbusiness-onlinepayment-tclink-perl-1.03/debian/watch --- libbusiness-onlinepayment-tclink-perl-1.03/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ libbusiness-onlinepayment-tclink-perl-1.03/debian/watch 2013-01-05 22:25:51.000000000 +0000 @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/Business-OnlinePayment-TCLink/ .*/Business-OnlinePayment-TCLink-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +