HONEYCOMB-58 - Routing Api
[honeycomb.git] / packaging / deb / xenial / debuild.sh
1 #!/bin/bash
2 set -xe
3 DIR=$(dirname $0)
4 DIR=$(readlink -f ${DIR})
5
6 BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/../trusty/debian honeycomb.service /lib/systemd/system)
7 cp -r ${DIR}/debian/* ${BUILD_FOLDER}/debian/
8 ${DIR}/../common/debuild.sh ${BUILD_FOLDER}