Tamarin/hooks/debian/install-build-depends-prebuild

9 lines
160 B
Plaintext
Raw Normal View History

2015-08-04 23:58:43 +02:00
#!/bin/bash
source "${TAMARIN_UTIL}"
if [ -f debian/control ]; then
info "Installing build dependencies..."
mk-build-deps --install debian/control
fi