#!/usr/bin/make -f

%:
	dh $@

# Perl-base is sufficient, and was once wanted by localization-config for use
# in debian-installer.
override_dh_perl:
	dh_perl -d
