#!/usr/bin/make -f

%:
	dh $@ --without=single-binary

override_dh_auto_configure:
	dh_auto_configure -- -Dexec_name_as_base_id=true
