Control: tags -1 moreinfo
On Wed, May 18, 2016 at 10:07:22AM +0100, Neil Williams wrote:
> This is an error in the version string in debian/changelog but
> git-buildpackage produces a confusing error string when if I use
> git-archive and then debuild, I get a much more useful error message:
>
> dpkg-source -b 2016.4.post1
> dpkg-source: error: can't build with source format '3.0 (quilt)':
> non-native package version does not contain a revision
>
> To fix this bug, git-buildpackage should reproduce this error message
> instead of failing with a NoneType.
In 0.8.0 I get:
$ gbp buildpackage --git-ignore-new --git-no-pristine-tar --verbose
gbp:error: Can't determine upstream version from changelog
Which looks closer to this. Could you check if it's the same for you? If
not please show me your
gbp config buildpackage
(run from within the repo).
BTW I looked at the lava-server repo but couldn't find the Debian branch.
Cheers,
-- Guido