From: Bdale Garbee Date: Tue, 18 Aug 2009 17:58:11 +0000 (-0600) Subject: oops, fix syntax X-Git-Tag: debian/1.1-1~41 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=24c337de950ac5d4b1d074dc20eb7c6a68338462;p=fw%2Faltos oops, fix syntax --- diff --git a/.gbp.conf b/.gbp.conf index 8b3121ef..9561fdfe 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 = "debian/rules prebuild && debuild clean" +cleaner = debian/rules prebuild && debuild clean # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: