diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-27 12:37:36 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-27 12:37:36 -0600 |
commit | ae5eff7bc0b63047737223423009707bedcb00f5 (patch) | |
tree | ab39fb30327f1ea30ef7329817846897bfb965a2 /debian | |
parent | de2e71c4923a0282df74dbe37d087c34b4ddd279 (diff) |
Revert "lose the prebuild hook for now while I'm fumbling"
This reverts commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/gbp.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 9c366c76..9561fdfe 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -4,8 +4,7 @@ # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: -#cleaner = debian/rules prebuild && debuild clean -cleaner = debuild clean +cleaner = debian/rules prebuild && debuild clean # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: |