#!/usr/bin/make -f

export RES_OPTIONS=attempts:0

%:
	dh $@

override_dh_install:
	dh_install
	find debian/libmail-box-perl/usr/share/man/man3 -size 0 -delete
