Changes
Page history
Create home
authored
May 20, 2021
by
Chris Talbot
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
1559bd0c
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 upstream/latest into debian/latest and push
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)
push pristine-tar and the wip branch
once everything works as expected, merge wip into debian/latest and release
From Devrtaz: https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html
How to use git-buildpackage
\ No newline at end of file