diff options
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..a3c09ef --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,11 @@ +[DEFAULT] +pristine-tar = True +upstream-signatures = auto + +[buildpackage] +sign-tags = True +postbuild = lintian -I $GBP_CHANGES_FILE && echo "Lintian OK" + +[dch] +meta = True +git-author = True |