From: Bdale Garbee Date: Tue, 18 Aug 2009 17:57:00 +0000 (-0600) Subject: call debian/rules prebuild before creating source tarball X-Git-Tag: debian/1.1-1~43 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f65fa2b7d810ebae4b6df313de8bfe3687223a16;p=fw%2Faltos call debian/rules prebuild before creating source tarball --- diff --git a/.gbp.conf b/.gbp.conf index ea961018..8b3121ef 100644 --- a/.gbp.conf +++ b/.gbp.conf @@ -4,7 +4,7 @@ # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: -#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: