[libapache2-reload-perl] 03/07: Drop 0002-Fix-reload.t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch

gregor herrmann gregoa at debian.org
Sat Dec 5 18:35:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libapache2-reload-perl.

commit 955f9e51021c2d84c11fb16b3a4257e191ad9a47
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 5 19:26:44 2015 +0100

    Drop 0002-Fix-reload.t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch
    
    which was taken from upstream.
---
 ...t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch | 28 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/0002-Fix-reload.t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch b/debian/patches/0002-Fix-reload.t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch
deleted file mode 100644
index 46adb01..0000000
--- a/debian/patches/0002-Fix-reload.t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From e2dba731a20ae4866c2a10e42282f8b25993383e Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Tue, 15 Jul 2014 21:20:06 +0300
-Subject: [PATCH 2/2] Fix reload.t as per r1565579. Reported in CPAN RT#96656.
-
-Author: Steve Hay <steve.m.hay at googlemail.com>
-Origin: upstream, http://svn.apache.org/viewvc?view=revision&revision=1605020
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=96656
----
- Apache-Reload/t/lib/Apache2/TestReload.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Apache-Reload/t/lib/Apache2/TestReload.pm b/Apache-Reload/t/lib/Apache2/TestReload.pm
-index 65f0f04..aa4215f 100644
---- a/t/lib/Apache2/TestReload.pm
-+++ b/t/lib/Apache2/TestReload.pm
-@@ -15,7 +15,7 @@ our $pass = 0;
- sub handler {
-     my $r = shift;
-     $pass++;
--    if ($r->args eq 'last') {
-+    if (defined $r->args and $r->args eq 'last') {
-         Apache2::Reload->unregister_module($package);
-         ModPerl::Util::unload_package($package);
-         $pass = 0;
--- 
-2.0.1
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f5f7408..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0002-Fix-reload.t-as-per-r1565579.-Reported-in-CPAN-RT-96.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache2-reload-perl.git



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