[submittodebian] fails with "Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address" unless DEBEMAIL overridden
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I noticed the change in behaviour between precise->quantal with regards to building the package from source to generate the debdiff; I see this error unless I override DEBEMAIL to not be an @ubuntu.com address.
jamespage@
Building using working tree
Building package in normal mode
Looking for a way to retrieve the upstream tarball
Using the upstream tarball that is present in /home/jamespage
Building the package in /home/jamespage
dpkg-buildpackage -rfakeroot -d -us -uc -sa -nc -S
dpkg-buildpackage: source package tiles
dpkg-buildpackage: source version 2.2.2-2ubuntu2
dpkg-buildpackage: source changed by James Page <email address hidden>
dpkg-source --before-build tiles-2.2.2
dpkg-buildpackage: warning: it is a bad idea to generate a source package without cleaning up first, it might contain undesired files.
dpkg-source -b tiles-2.2.2
dpkg-source: error: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-buildpackage: error: dpkg-source -b tiles-2.2.2 gave error exit status 255
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -d -us -uc -sa -nc -S failed
bzr: ERROR: The build failed.
Traceback (most recent call last):
File "/usr/bin/
main()
File "/usr/bin/
build_
File "/usr/bin/
check_call(cmd)
File "/usr/lib/
raise CalledProcessEr
subprocess.
Not sure what the rationale for changing this was but it takes alot longer to generate the debdiff from a bzr branch than it used to.
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: ubuntu-dev-tools 0.142
ProcVersionSign
Uname: Linux 3.4.0-5-generic x86_64
NonfreeKernelMo
ApportVersion: 2.2.3-0ubuntu4
Architecture: amd64
Date: Tue Jun 19 11:42:14 2012
PackageArchitec
SourcePackage: ubuntu-dev-tools
UpgradeStatus: Upgraded to quantal on 2012-06-11 (8 days ago)
Related branches
Changed in ubuntu-dev-tools (Ubuntu): | |
status: | New → Fix Committed |
> Not sure what the rationale for changing this was
So that we could reverse update-maintainer before building the source package.
This sounds like a relative of LP: #1007042. I'll take the same approach.