Basic debian package build with hooks

This commit is contained in:
2015-08-04 23:58:43 +02:00
parent 51198bb298
commit 5b0882ce7a
7 changed files with 121 additions and 206 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
source "${TAMARIN_UTIL}"
if [ -f debian/control ]; then
info "Installing build dependencies..."
mk-build-deps --install debian/control
fi