#!/usr/bin/make -f
# -*- makefile -*-

.PHONY: override_dh_fixperms

%:
	dh  $@ --parallel

