#!/usr/bin/make -f

%:
	dh $@

# avoid empty manpage
execute_after_dh_installman:
	rm debian/*/usr/share/man/man3/RDF::LDF::Error.3pm*
