[libapache-admin-config-perl] 03/04: Review patches after upgrade to 0.95

Alex Muntada alexm at debian.org
Sat Sep 9 00:33:19 UTC 2017


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

alexm pushed a commit to branch master
in repository libapache-admin-config-perl.

commit 6abe32ff0ff23e733a6f96868282cebd35423534
Author: Alex Muntada <alexm at debian.org>
Date:   Sat Sep 9 02:29:26 2017 +0200

    Review patches after upgrade to 0.95
---
 debian/patches/bug-467122.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/bug-467122.patch b/debian/patches/bug-467122.patch
index 491cf66..0103185 100644
--- a/debian/patches/bug-467122.patch
+++ b/debian/patches/bug-467122.patch
@@ -3,8 +3,8 @@ Author: Niko Tyni <ntyni at debian.org>
 Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=467122;filename=467122.patch;msg=10
 Bug-Debian: https://bugs.debian.org/467122
 Forwarded: no
-Reviewed-By: Frank Lichtenheld <djpig at debian.org>
-Last-Update: 2008-07-09
+Reviewed-By: Alex Muntada <alexm at debian.org>
+Last-Update: 2017-09-09
 
 --- libapache-admin-config-perl-0.94.orig/lib/Apache/Admin/Config.pm
 +++ libapache-admin-config-perl-0.94/lib/Apache/Admin/Config.pm
@@ -47,7 +47,7 @@ Last-Update: 2008-07-09
 -            carp "Use of uninitialized value in string eq";
 -        }
 -        local $^W;
--        return($other ne $self->{value});
+-        return($other eq $self->{value});
 -    }
 -    elsif($meth eq 'ne')
 -    {
@@ -65,7 +65,7 @@ Last-Update: 2008-07-09
 -            carp "Use of uninitialized value in numeric eq (==)";
 -        }
 -        local $^W;
--        return($other != $self->{value});
+-        return($other == $self->{value});
 -    }
 -    elsif($meth eq '!=')
 -    {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-admin-config-perl.git



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