diff options
author | Michael Vogt <mvo@ubuntu.com> | 2013-05-16 11:34:38 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2013-05-16 11:34:38 +0200 |
commit | e7baf3065de20cc6d0ca661443b575f35144b225 (patch) | |
tree | 4119abb847d2efb07905f83d46aeb29010316d67 /debian/gbp.conf | |
parent | 5b63d2a9a2e088bb7df7c703e9452af7efc88210 (diff) |
add .gitignore and gbp.conf
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 000000000..1df123ac5 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +prebuild = ./prepare-release pre-export +postbuild = ./prepare-release post-build |