1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
We are merging the upstream tags as upstream, instead of using the
tarball that doesn’t ship tests.
# Example to import upstream 2.0.2 version
version=2.0.2
# We still use the upstream branch to drop the .gitattributes file from upstream
gbp import-ref --upstream-tag=v%\(version%~%-\)s -u$version --debian-branch=upstream
gbp import-ref --upstream-tree=BRANCH -u$version
# Commit new pristine tar
gbp buildpackage --git-pristine-tar-commit --git-upstream-tree=BRANCH
-- James Valleroy <jvalleroy@mailbox.org>, Thu, 26 Nov 2020 16:45:59 -0500
|