Public bug reported:
Binary package hint: dpkg
using debuild -S the operation failed with:
dpkg-source: error: Version number suggests Ubuntu changes, but
Maintainer: does not have Ubuntu address
It is caused by the test for an ubuntu.XXX email address in dpkg-source
being too broad:
if ($fields->{'Maintainer'} !~ /ubuntu/) {
if ($ENV{'DEBEMAIL'} =~ /ubuntu/) {
&error(_g('Version number suggests Ubuntu changes, but
Maintainer: does not have Ubuntu address'));
My configured email:
[EMAIL PROTECTED]
The check ought to test for "ubuntu" on the right side of the @ only:
if ($ENV{'DEBEMAIL'} =~ /[EMAIL PROTECTED]/) {
** Affects: dpkg (Ubuntu)
Importance: Undecided
Status: New
--
dpkg-source: Ubuntu maintainer check too broad
https://bugs.launchpad.net/bugs/252262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs