[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.6-2-g88272d9



The following commit has been merged in the master branch:
commit 88272d9ea524bbba9ff61c9524a31c07478b47c6
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Mar 14 22:11:51 2012 +0100

    L::Check: Document when "0@mail.com" work around can be dropped
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/lib/Lintian/Check.pm b/lib/Lintian/Check.pm
index 7d3faf5..5fd3785 100644
--- a/lib/Lintian/Check.pm
+++ b/lib/Lintian/Check.pm
@@ -176,6 +176,8 @@ sub check_maintainer {
                 # Email::Valid does not handle emails starting with "0" too
                 # well.  So replace it with a "1", which Email::Valid cannot
                 # misinterpret as a "false-value".
+                # - Fixed in libemail-valid-perl/0.187-2, this work around
+                #   can be dropped when the fix is in stable.
                 my $copy = $mail;
                 $copy =~ s/^0/1/;
                 $malformed = 0 if Email::Valid->address ($copy);

-- 
Debian package checker


Reply to: