#!/bin/bash

source "${TAMARIN_UTIL}"

if [ -f debian/control ]; then
    info "Installing build dependencies..."
    mk-build-deps -t "apt-get --force-yes -y"  --install debian/control
fi