Christopher Vollick <0...@psycoti.ca> 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 > <0...@psycoti.ca> 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 (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org