diff options
Diffstat (limited to '')
-rw-r--r-- | dot_gbp.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_gbp.conf b/dot_gbp.conf new file mode 100644 index 0000000..a9bcb8b --- /dev/null +++ b/dot_gbp.conf @@ -0,0 +1,10 @@ +[DEFAULT] +sign-tags = True + +[clone] +# Ensure the correct orig tarball is present. +postclone=origtargz + +[buildpackage] +# Pick up the orig tarballs created by the origtargz postclone hook. +tarball-dir = .. |