Basic debian package build with hooks
This commit is contained in:
8
hooks/debian/install-build-depends-prebuild
Executable file
8
hooks/debian/install-build-depends-prebuild
Executable 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
|
Reference in New Issue
Block a user