[SCM] Debian packaging of HTML-Widgets-SelectLayers CPAN distribution branch, master, updated. debian/0.07-1-8-ge49b13f

Xavier x.guimard at free.fr
Fri Dec 28 07:38:03 UTC 2012


The following commit has been merged in the master branch:
commit 5731c52dfd8ed36a2db388f7dfe58a67ad7bd062
Author: Xavier <x.guimard at free.fr>
Date:   Fri Dec 28 08:29:28 2012 +0100

    Add patches (pod-error and missing test)

diff --git a/debian/patches/add-basic-test.patch b/debian/patches/add-basic-test.patch
new file mode 100644
index 0000000..247b614
--- /dev/null
+++ b/debian/patches/add-basic-test.patch
@@ -0,0 +1,20 @@
+Description: Add basic test
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82300
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82300
+Last-Update: 2012-12-28
+
+--- /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( 'HTML::Widgets::SelectLayers' ) }
++
diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch
new file mode 100644
index 0000000..2bb7d39
--- /dev/null
+++ b/debian/patches/pod-error.patch
@@ -0,0 +1,17 @@
+Description: POD error
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82299
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82299
+Last-Update: 2012-12-28
+
+--- a/SelectLayers.pm
++++ b/SelectLayers.pm
+@@ -129,7 +129,7 @@
+   bless($self, $class);
+ }
+ 
+-=cut
++=pod
+ 
+ =item html
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a08d09e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+pod-error.patch
+add-basic-test.patch

-- 
Debian packaging of HTML-Widgets-SelectLayers CPAN distribution



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