#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm debian/$(shell dh_listpackages)/usr/share/perl5/Data/Format/._HTML.pm
