aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/gbp-pbuilder
blob: bb1798e9a4d405761493ea97aca61def27a6eed5 (plain)
1
2
3
4
5
6
7
8
9
#!/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 $*"