#!/bin/sh
set -e
git-buildpackage \
 --git-upstream-tag="wine-%(version)s" \
 --git-debian-tag="wine-%(version)s" \
 --git-ignore-branch \
 "$@"
