diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 23:18:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 23:18:04 -0300 |
commit | 5c0f67f23e47d752925315b2e5d1f736a733c5db (patch) | |
tree | 4507df9a84a21ecc1586a1c45e9e32c505c45658 /modules/debian | |
parent | b443f1e490b165d72a3954c3e64999e9ca186ec4 (diff) | |
download | dotfiles-5c0f67f23e47d752925315b2e5d1f736a733c5db.tar.gz dotfiles-5c0f67f23e47d752925315b2e5d1f736a733c5db.tar.bz2 |
Fixing gbp.conf
Diffstat (limited to 'modules/debian')
-rw-r--r-- | modules/debian/gbp.conf.dot.link | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/debian/gbp.conf.dot.link b/modules/debian/gbp.conf.dot.link index 0b14dff..368cc25 100644 --- a/modules/debian/gbp.conf.dot.link +++ b/modules/debian/gbp.conf.dot.link @@ -1,10 +1,12 @@ [DEFAULT] -builder = my-pdebuild-nosign +builder = git-pbuilder cleaner = fakeroot debian/rules clean pristine-tar = True color = auto + [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ + [git-import-orig] dch = False |