summaryrefslogtreecommitdiff
path: root/.gbp.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-04 20:46:58 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-07-04 20:47:33 +0900
commit5a8a6caebf25951b0189b593a7e5d6544e0648db (patch)
tree0ee3f4c382122bdff475202a0927252401c42a11 /.gbp.conf
parent6edbe1e62c4c7c9ebb1d8f5c95acfa43729f9baa (diff)
downloaddotfiles-5a8a6caebf25951b0189b593a7e5d6544e0648db.tar.gz
use quilt-pop-all in ~/.gbp.conf
Diffstat (limited to '.gbp.conf')
-rw-r--r--.gbp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gbp.conf b/.gbp.conf
index 0a632817..e016961b 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -18,5 +18,5 @@ pristine-tar-commit = True
# For the sake of dgit we don't want dpkg's unapply-patches option set
# anywhere. Instead, we just pop off the patches whenever we run gbp.
-prebuild = test ! -e .pc || quilt pop -a
-postbuild = test ! -e .pc || quilt pop -a
+prebuild = quilt-pop-all
+postbuild = quilt-pop-all