summaryrefslogtreecommitdiffhomepage
path: root/examples/git-pbuilder
blob: d8e62e3dff14de20d37d067cdd1d684870557863 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e
#
# pbuilder helper for git-buildpackage
# use this as "builder" in gbp.conf

# pass all options to dpkg-buildpackage:
pdebuild --debbuildopts "$*"