#!/usr/bin/make -f

# disable parallel execution of make
.NOTPARALLEL:

%:
	dh $@

override_dh_fixperms:
	dh_fixperms --exclude debian/rear/etc/rear
