summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-11-26 12:58:20 +0100
committerMichael Vogt <mvo@ubuntu.com>2015-11-26 14:39:14 +0100
commit3dc4361d100079a9b78ffc7c449c9c123f1ec091 (patch)
tree15baa21ee77408756caa2c5452882e74ac6613e8
parent286ea5c275ed692b738ac0e43ceb0936ffdf2468 (diff)
Do not run pre*export* functions in the pre*build* hook
Unfortunately it seems like git-buildpackage does not have a pre-export hook so the hook is disabled for now. Git-Dch: ignore
-rw-r--r--debian/gbp.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 6bad84301..99a8085f7 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,5 +1,6 @@
[DEFAULT]
-prebuild = ./prepare-release pre-export
+; we need preexport here
+;prebuild = ./prepare-release pre-export
postbuild = ./prepare-release post-build
debian-branch = debian/experimental
debian-tag = %(version)s