summaryrefslogtreecommitdiffstats
path: root/packaging/deb/common/debuild.sh
blob: 8f766e0c0aedfd16de869a2eaf29727b78c1cd75 (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
cd -