diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-11-26 12:58:20 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-11-26 14:39:14 +0100 |
commit | 3dc4361d100079a9b78ffc7c449c9c123f1ec091 (patch) | |
tree | 15baa21ee77408756caa2c5452882e74ac6613e8 | |
parent | 286ea5c275ed692b738ac0e43ceb0936ffdf2468 (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.conf | 3 |
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 |