diff options
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..8962a53 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,8 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +pristine-tar = False + +# Options only affecting git-buildpackage +[buildpackage] +sign-tags = True |