summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gbp.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gbp.conf b/.gbp.conf
index 5fb8147f..c6ea467b 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -6,3 +6,6 @@ pristine-tar = True
pristine-tar-commit = True
export-dir = ~/local/debuild
+# ensure debsign is invoked: when building with --git-pbuilder this
+# doesn't get invoked automatically
+postbuild="debsign --no-re-sign"