#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_clean:
	rm -rf debian/locales

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	. debian/scripts/locale-gen.sh
	- LOCPATH="$(CURDIR)/debian/locales" dh_auto_test
endif
