#!/usr/bin/make -f

%:
	dh $@ --with bash-completion

# Install as private library, to be multiarch-friendly.
override_dh_auto_configure:
	dh_auto_configure -- LIB=/usr/share/licensecheck

# FIXME: make testing strict again
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	LANG=C.UTF-8 dh_auto_test || true
endif
