From 55b36e70e356e522c1cacc5096f4fff8cc2220bd Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 3 Jan 2023 12:46:17 -0500 Subject: gbp.conf --- dot_gbp.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dot_gbp.conf 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 = .. -- cgit v1.2.3