summaryrefslogtreecommitdiffstats
path: root/packaging/deb/common/debuild.sh
blob: 674a6ac8a988fc882a447bad44b90494ee791c65 (plain)
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 -uc
cd -