I'm encountering this strange issue when using this Launchpad recipe. The source package fails to build with this error message in the buildlog:
dpkg-source -i -I -b recipe-{debupstream}-0~{revno}
dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision
dpkg-buildpackage: error: dpkg-source -i -I -b recipe-{debupstream}-0~{revno} gave error exit status 255
It seems to be happening only for Trusty, but I suspect that this is a more general packaging issue. The debian/changelog
contains this entry:
xfce4-appmenu-plugin (0.10-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- [Maintainer] Tue, 15 Nov 2011 14:02:29 +0800
Any ideas what is going wrong?
recipe-{debupstream}-1~{revno}
? – landroni Jan 30 '14 at 09:33recipe-{debupstream}-1~
and withrecipe-{debupstream}-1~{revno}
. – landroni Jan 31 '14 at 23:05