[SCM] Debian packaging of Net-SCP CPAN distribution branch, master, updated. debian/0.08-1-11-g26306f2

Xavier x.guimard at free.fr
Wed Dec 26 14:02:45 UTC 2012


The following commit has been merged in the master branch:
commit 3e171c141007c4e2c3e8c1733d567f8586bdbbbf
Author: Xavier <x.guimard at free.fr>
Date:   Wed Dec 26 14:23:35 2012 +0100

    Add basic test

diff --git a/debian/patches/basic-test.patch b/debian/patches/basic-test.patch
new file mode 100644
index 0000000..164c745
--- /dev/null
+++ b/debian/patches/basic-test.patch
@@ -0,0 +1,20 @@
+Description: Add basic test
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82255
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=82255
+Last-Update: 2012-12-26
+
+--- /dev/null
++++ b/t/01-test-basic
+@@ -0,0 +1,11 @@
++# 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( 'Net:SCP' ) }
++
diff --git a/debian/patches/series b/debian/patches/series
index 1817668..6089558 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling-error.patch
+basic-test.patch

-- 
Debian packaging of Net-SCP CPAN distribution



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