#!/usr/bin/make -f

# armel and armhf should be built with --disable-werror


%:
	dh $@ -Scmake+ninja --without autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
	-DENABLE_UTILS=OFF

# Doesn't work at all
override_dh_auto_test:
