diff options
-rw-r--r-- | debian/gbp.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..c837676 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,10 @@ +[DEFAULT] +pristine-tar = True + +[git-buildpackage] +sign-tags = True +postbuild = lintian $GBP_CHANGES_FILE + +[git-dch] +meta = True +git-author = True |