1 2 3 4 5 6 7 8 9 10 11 12
|
[DEFAULT]
# DEP-14
debian-branch=debian/latest
upstream-branch=upstream/latest
upstream-tag = upstream/%(version)s
# This git repository also hosts the actual upstream tags and main branch
# 'develop'. Configure the upstream tag format below, so that `gbp import-orig`
# will run correctly, and link tarball import branch (`upstream/latest`) with
# the equivalent upstream release tag, showing a complete audit trail of what
# upstream released and what was imported into Debian.
upstream-vcs-tag = %(version%~%-)s
|