#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --encoding 'utf8'

override_dh_auto_test:
	rm -f blib/lib/OpenOffice/OODoc/config.xml
	dh_auto_test

override_dh_auto_install:
	dh_auto_install
	rm -f $(TMP)/usr/bin/oodoc_version
