On 2016/06/20 22:40, Adam Wolk wrote: > +DISTNAME = otter-browser-0.9.11-dev129
PKGNAME defaults to DISTNAME, but that string isn't valid there -
see packages-specs(7) for more information, but basically the -dev129
gets treated as a flavour extension.
"pre" has the right semantics (i.e. this version is "before" 0.9.11),
so I'd probably use "PKGNAME=${DISTNAME:S/-dev/pre}" here. Other than
that, if you're happy with tests/reports then I think you should go
ahead.
