diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/gbp.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index e0196c44..df9828fd 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,4 +2,16 @@ pristine-tar = True debian-branch = debian/master upstream-branch = upstream/latest -upstream-vcs-tag = %(version)s + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit +upstream-vcs-tag = %(version%~%.)s + +[pq] +patch-numbers = False |