Use `upstreamvcs` and the upstream git remote name instead of `upstream`
In git-buildpackage, if a repository is cloned with gbp clone
using
parameter --add-upstream-vcs
the upstream git remote will be named
upstreamvcs
. This is a descriptive name, aligned with git-buildpackage
and also helps avoid situations where the upstream git remote and upstream
import branch namespaces might collide (upstream
vs. upstream/
).
See also https://github.com/Debian/dh-make-golang/pull/225/commits/932ba42d9ade00d600dc9a9b5464455bfa363274 in https://github.com/Debian/dh-make-golang/pull/225 for the same change in dh-make-golang.
Edited by Otto Kekäläinen