#!/bin/bash

# binary:
#dpkg-buildpackage -rfakeroot -sa -i -I.git

# source:
dpkg-buildpackage -rfakeroot -S -sa -i -I.git
