[SCM] Debian packaging of Business-OnlinePayment-TCLink CPAN distribution branch, master, updated. debian/1.03-3-11-gb012141

Xavier Guimard x.guimard at free.fr
Sat Jan 5 08:42:13 UTC 2013


The following commit has been merged in the master branch:
commit 62f94ccd4707484731d3f3c27da84ec8ca0c0a4b
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Jan 5 09:27:41 2013 +0100

    Add a basic test (patch)

diff --git a/debian/patches/add-basic-test.patch b/debian/patches/add-basic-test.patch
new file mode 100644
index 0000000..bea2e19
--- /dev/null
+++ b/debian/patches/add-basic-test.patch
@@ -0,0 +1,19 @@
+Description: Add a basic test
+Author: Xavier Guimard <x.guimard at free.fr>
+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 --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..92fc32d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-basic-test.patch

-- 
Debian packaging of Business-OnlinePayment-TCLink CPAN distribution



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