On 3/13/19 6:47 PM, Reinhard Tartler wrote: > Possibly there are some unpushed commits on your computer? In either case, > could you please update debian/changelog in experimental, and provide me with > a link to your pre-built *source* package? I'd be happy to testbuild it here, > ensure that github:openstack/imagebuilder still works, and sponsor the upload > to experimental.
I just pushed your patch to experimental, thanks again, and sorry for the back and forth. I don't have permissions to give you access to this repo, let me CC Dmitry so that he can give you permissions. I didn't forget any commit, it's just that the package doesn't build with gbp, the pristine-tar and upstream branches are not used anymore. There's a procedure to know, nothing complicated, but nothing obvious either. Here comes the magic: # Clean the place if need be git clean -dfx && git reset --hard # Import and unpack upstream sources (will trigger uscan and download orig tarballs if need be) origtargz --unpack && ./debian/unpack-components.sh # Build with your favorite tool dpkg-buildpackage -S -us -uc -i --no-check-builddeps That's it, that should give you a source package. Cheers! Arnaud