Christopher Vollick <[email protected]> writes: > I built a local version of a package for myself (gst123) and included a > changelog entry.
> When I ran debuild it got to lintian and I got this error: > E: gst123 changes: changed-by-address-malformed Christopher Vollick > <[email protected]> That smells like a test for truth instead of defined() bug. The bug appears to be in Email::Valid, which Lintian uses: windlord:~> perl -MEmail::Valid -e 'print Email::Valid->address("1\@stanford.edu") ? "yes\n" : "no\n"' yes windlord:~> perl -MEmail::Valid -e 'print Email::Valid->address("0\@stanford.edu") ? "yes\n" : "no\n"' no -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

