summaryrefslogtreecommitdiffstats
path: root/packaging/deb/xenial/debuild.sh
blob: 08d9b19749f2ad2a504b8af05da7ebcebc995a3d (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -xe
DIR=$(dirname $0)
DIR=$(readlink -f ${DIR})

BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/../trusty/debian honeycomb.service /lib/systemd/system ${DIR}/build_dependencies)
cp -r ${DIR}/debian/* ${BUILD_FOLDER}/debian/
${DIR}/../common/debuild.sh ${BUILD_FOLDER}