#!/usr/bin/make -f

export QUILT_PATCH_DIR = debian/pathces-applies

%:
	dh $@ --with=quilt
