#!/usr/bin/make -f

%:
	dh $@

override_dh_clean:
	true
	dh_clean # This rule is a false positive
