26.07.2019 13:26, Andreas Tille пишет: > I do not know who else is working on the repository but I consider it > overly complex to have several branches and the one with debian in the > name not containing any debian/ folder. I wished people would maintain > some kind of default repository layout to let others immediately know > what might be happening.
Even if one person is working on the package, it makes sense to use isolated feature branches. In this case code review is possible, and Git history is more transparent. The rlottie package isn't released yet, and so the debian/master branch is empty. Once the package gets uploaded, its relevant code will be merged into the main branch. > I confirm that I also get > > gbp:error: Error creating rlottie_0~git20190721.24346d0+dfsg.orig.tar.gz: > Pristine-tar couldn't checkout > "rlottie_0~git20190721.24346d0+dfsg.orig.tar.gz": xdelta: expected from file > (/tmp/pristine-tar.UVXpmzNnnT/recreatetarball) of length 12779520 bytes > xdelta: expected from file (/tmp/pristine-tar.UVXpmzNnnT/recreatetarball) of > length 12779520 bytes > xdelta: expected from file (/tmp/pristine-tar.vZRVhMOe2a/recreatetarball) of > length 12779520 bytes > xdelta: expected from file (/tmp/pristine-tar.LB2mLbYQva/recreatetarball) of > length 12779520 bytes > xdelta: expected from file (/tmp/pristine-tar.LB2mLbYQva/recreatetarball) of > length 12779520 bytes > pristine-tar: Failed to reproduce original tarball. Please file a bug report. I've already reported this Bug#933031. > Upstream is meanwhile at 0~git20190725.d07040d . I see. I had been starting to work on the package last Friday before the upstream library got this update. Give me some time to stabilize code base. Please be patient.