summaryrefslogtreecommitdiffstats
path: root/packaging/deb/xenial/debuild.sh
blob: 21e3b7a84b5b6e64cd3b8701c30d969fc61ff896 (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)
cp -r ${DIR}/debian/* ${BUILD_FOLDER}/debian/
${DIR}/../common/debuild.sh ${BUILD_FOLDER}