The following commit has been merged in the master branch:
commit 88272d9ea524bbba9ff61c9524a31c07478b47c6
Author: Niels Thykier <[email protected]>
Date:   Wed Mar 14 22:11:51 2012 +0100

    L::Check: Document when "[email protected]" work around can be dropped
    
    Signed-off-by: Niels Thykier <[email protected]>

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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to