summaryrefslogtreecommitdiff
path: root/.gbp.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-26 13:30:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-01-26 13:30:45 -0700
commitf74821d8f1c70dfe112f2c00e5b4e9995b34c06b (patch)
treecfac6941944e5e94b979bd945bdff055059df9cd /.gbp.conf
parenteda352ab02ded44efc835e67bca100de7d34efa6 (diff)
downloaddotfiles-f74821d8f1c70dfe112f2c00e5b4e9995b34c06b.tar.gz
ensure debsign is run after building with pbuilder
Diffstat (limited to '.gbp.conf')
-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"