#!/usr/bin/make -f

%:
	dh ${@} --parallel

override_dh_auto_build:
	# disabled

override_dh_auto_install:
	dh_auto_install

	rm -f debian/open-infrastructure-locales-c.utf-8/usr/share/doc/locales-c.utf-8/CHANGELOG.txt
	rm -f debian/open-infrastructure-locales-c.utf-8/usr/share/doc/locales-c.utf-8/LICENSE.txt

	mv debian/open-infrastructure-locales-c.utf-8/usr/share/doc/locales-c.utf-8 debian/open-infrastructure-locales-c.utf-8/usr/share/doc/open-infrastructure-locales-c.utf-8
