#!/usr/bin/make -f

%:
	dh $@  --with translations

override_dh_auto_configure:
	dh_auto_configure -- --libexecdir=/usr/libexec
