#!/usr/bin/make -f

# Some regression tests fail if ls output is localized
override_dh_auto_test:
	export LC_ALL=C dh_auto_test

%:
	dh $@ --with autoreconf
