diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-02-16 17:32:46 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-02-16 17:58:42 +0100 |
commit | d39a9ee3d8a34454a865fc64d84a5b6759be1366 (patch) | |
tree | 06a358f158aee2e01d7669f72cc2a0f1147ac21b | |
parent | c75569cf2e7cef1cdf9b6bc2a9826d5cab062971 (diff) | |
download | zsh-d39a9ee3d8a34454a865fc64d84a5b6759be1366.tar.gz zsh-d39a9ee3d8a34454a865fc64d84a5b6759be1366.zip |
debian/gbp.conf: Declare upstream-vcs-tag format
It seems as if this was not necessary when I ran gbp import-orig for
5.8 (found and merged the nevertheless), but it should cause no harm
to declare it anyway.
-rw-r--r-- | debian/gbp.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 2274cd145..2f191ab5f 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -11,3 +11,6 @@ debian-tag = debian/%(version)s id-length = 8 meta = True multimaint-merge = True + +[import-orig] +upstream-vcs-tag = zsh-%(version)s |