diff options
-rw-r--r-- | debian/gbp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index cf34c79..3d6b660 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,10 +1,10 @@ [DEFAULT] pristine-tar = True -[git-buildpackage] +[buildpackage] sign-tags = True postbuild = lintian -I $GBP_CHANGES_FILE && echo "Lintian OK" -[git-dch] +[dch] meta = True git-author = True |