#!/usr/bin/make -f

# Some regression tests fail if ls output is localized
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	export LC_ALL=C dh_auto_test
endif

%:
	dh $@
