1 2 3 4 5 6 7 8
#!/bin/bash set -xe BUILD_DIR=$1 # Build deb binary only package cd ${BUILD_DIR} dpkg-buildpackage -b cd -