debian: Add packaging

This commit is contained in:
dsx
2017-02-21 15:57:06 -05:00
committed by James Shubin
parent 8fb0373f82
commit 94c8bc1de9
11 changed files with 164 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ if [ ! -z "$APT" ]; then
$sudo_command $APT install -y libvirt-dev || true
$sudo_command $APT install -y libaugeas-dev || true
$sudo_command $APT install -y libpcap0.8-dev || true
# dependencies for building debian packages with `make deb`
$sudo_command $APT install -y dpkg-dev devscripts debhelper dh-golang dh-systemd
fi
if [ ! -z "$BREW" ]; then