diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-18 11:57:00 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-18 11:57:00 -0600 |
| commit | f65fa2b7d810ebae4b6df313de8bfe3687223a16 (patch) | |
| tree | d3b6dfb2ceb516c289dfb857122c9a68178a5269 | |
| parent | dc5679ee90429fe43c6180d1d298183a79334dfc (diff) | |
call debian/rules prebuild before creating source tarball
| -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 = debuild clean +cleaner = "debian/rules prebuild && debuild clean" # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: |
