summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-26 20:01:17 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-26 20:01:27 +0900
commitdb5e4edb7a965de36cb109bf9960776a8ca867cf (patch)
tree5de03a827d5a4c9dc92bef1bb69621ffb4dd31b8
parent3d981c8caec5ac142c8580d3f1fceb1fc67c6639 (diff)
downloaddotfiles-db5e4edb7a965de36cb109bf9960776a8ca867cf.tar.gz
pop off patches after gbp build
Since if it's a gbp repo, chances are it is patches-unapplied
-rw-r--r--.gbp.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gbp.conf b/.gbp.conf
index bcabcd38..aea3c5b8 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -15,3 +15,6 @@ pristine-tar-commit = True
# doesn't get invoked automatically
# disable this -- means package is always signed despite -us -uc
#postbuild=debsign --no-re-sign
+
+# unapply patches after a build
+postbuild = test -e .pc && quilt pop -a || true