#!/usr/bin/make -f

%:
	dh $@

# dh_installsystemd only picks up units named after the package; the rebind
# unit needs an explicit --name to be installed and enabled.
override_dh_installsystemd:
	dh_installsystemd --name=renesas-xhci-rebind
