diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-18 11:58:11 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-18 11:58:11 -0600 |
| commit | 24c337de950ac5d4b1d074dc20eb7c6a68338462 (patch) | |
| tree | 6be50fdb17a062977528726cb29c427c81cb64a9 | |
| parent | 11c610c0e09d4f175b7e164e071ada361a1e9e2e (diff) | |
oops, fix syntax
| -rw-r--r-- | .gbp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
