Skip to content
Snippets Groups Projects
Commit edefc3a4 authored by Frederic Danis's avatar Frederic Danis
Browse files

Use debhelper builtin meson support


Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent cff93b8d
No related branches found
No related tags found
1 merge request!1Initial support for Apertis hawkBit agent
......@@ -6,22 +6,8 @@
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export BUILDDIR=obj-${DEB_HOST_GNU_TYPE}
# Work around for debian #873831
export LC_ALL=C.UTF-8
%:
dh $@
override_dh_auto_configure:
meson --buildtype=plain --prefix=/usr \
--sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/apertis-hawkbit-agent \
${BUILDDIR}
override_dh_auto_build:
ninja -v -C ${BUILDDIR}
override_dh_auto_install:
DESTDIR=${PWD}/debian/apertis-hawkbit-agent ninja install -v -C ${BUILDDIR}
dh $@ --buildsystem=meson
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment