[SCM] Debian packaging of libapache-authenhook-perl branch, master, updated. 62e27239f22932f20daebac1e203078b55a539de

Xavier Guimard x.guimard at free.fr
Sun Jan 6 14:40:46 UTC 2013


The following commit has been merged in the master branch:
commit 41f90ff7e97facea1dab7513ee9b0c3363ccfea7
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Jan 6 15:22:17 2013 +0100

    Add patch to update Test::Pod calls

diff --git a/debian/patches/series b/debian/patches/series
index e60ae45..48f3c71 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 leaks-passwords-to-the-logs.patch
+upgrade-test-pod-calls.patch
diff --git a/debian/patches/upgrade-test-pod-calls.patch b/debian/patches/upgrade-test-pod-calls.patch
new file mode 100644
index 0000000..ec1856e
--- /dev/null
+++ b/debian/patches/upgrade-test-pod-calls.patch
@@ -0,0 +1,24 @@
+Description: Replace pod_ok by pod_file_ok and scan the good dir
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: <url in upstream bugtracker>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Last-Update: 2013-01-06
+
+--- a/t/99pod.t
++++ b/t/99pod.t
+@@ -34,13 +34,13 @@
+ 
+   find(
+     sub { push @files, $File::Find::name if m!\.p(m|od|l)$! },
+-    File::Spec->catfile(qw(.. blib lib))
++    File::Spec->catfile(qw(blib lib))
+   );
+ 
+   plan(tests => scalar @files);
+ 
+   foreach my $file (@files) {
+     # use the older Test::Pod interface for maximum back compat
+-    pod_ok($file);
++    pod_file_ok($file);
+   }
+ }

-- 
Debian packaging of libapache-authenhook-perl



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