diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-27 11:26:29 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-27 11:26:29 -0600 |
commit | a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf (patch) | |
tree | c5b7e911a1debe0ee9f37de7d4848884bcc6fae5 /debian | |
parent | 9ea94411c9730f7a271366d309ab4827beeeb839 (diff) |
lose the prebuild hook for now while I'm fumbling
Diffstat (limited to 'debian')
-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 9561fdfe..9c366c76 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -4,7 +4,8 @@ # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: -cleaner = debian/rules prebuild && debuild clean +#cleaner = debian/rules prebuild && debuild clean +cleaner = debuild clean # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: |