#!/bin/sh
# 
# pbuilder helper for git-buildpackage
# use this as "builder" in gbp.conf
set -e

# pass all options to dpkg-buildpackage:
pdebuild $PBUILDER_OPTS --debbuildopts "-i\.git/ -I.git $*"

