mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Fixes error when building backports for packages with no Ubuntu changes. This happens because Ubuntu has a policy of requiring that the Maintainer field of Ubuntu-modified packages be set to an @ubuntu.com address. Normally this is a warning, except when the uploader (determined by DEBEMAIL) is @ubuntu.com. In that case it's an error and the source package build is aborted. We don't want this behaviour for backports, so unset DEBEMAIL to make the error a warning again. LP: #1007042