Update home authored by Chris Talbot's avatar Chris Talbot
From a-wai: the workflow I find works fine for me when updating to a new release: From a-wai: the workflow I find works fine for me when updating to a new release:
merge latest upstream tag into upstream/latest and push (push the tag also) - merge latest upstream tag into upstream/latest and push (push the tag also)
merge upstream/latest into debian/latest and push - merge upstream/latest into debian/latest and push
create a wip branch for updating the package - create a wip branch for updating the package
test-build locally using git-buildpackage (which incidentally also commits the new upstream tarball to pristine-tar) - test-build locally using git-buildpackage (which incidentally also commits the new upstream tarball to pristine-tar)
push pristine-tar and the wip branch - push pristine-tar and the wip branch
once everything works as expected, merge wip into debian/latest and release - once everything works as expected, merge wip into debian/latest and release
From Devrtz: https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html From Devrtz: https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html
... ...
......