#!/bin/sh set -e PRG=$(basename "$0") function showhelp() { echo <2 showhelp exit 1 ;; -*) debbuildopts="$debbuildopts $1" shift ;; *) pools="$pools $1" shift ;; esac done git-buildpackage \ --git-builder="localpdebuild -i\.git/ -I.git $debbuildopts $pools $@" \ --git-cleaner="fakeroot debian/rules clean" \ $gitopts