#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure --buildsystem=meson

override_dh_gencontrol:
	dh_gencontrol -- -V"libwf-config1:Version=$(shell dpkg-query -f '$${source:Version}' --show "libwf-config1")"
