#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -Smakefile -- -f Makefile.linux

override_dh_auto_clean:
	dh_auto_clean -Smakefile -- -f Makefile.linux clean

override_dh_auto_test:
	./debian/tests/detector
