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

BUILD_FOLDER=$(${DIR}/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}