#!/usr/bin/make -f

# Uncomment this to turn on verbose mode
#export DH_VERBOSE=1

DEB_PACKAGES := $(shell dh_listpackages)
DEB_PACKAGE := $(firstword $(DEB_PACKAGES))

%:
	dh $@

override_dh_auto_install:
	./debian/bin/install-firmware $(DEB_PACKAGE)

override_dh_strip_nondeterminism:

override_dh_auto_clean:

override_dh_auto_configure:

override_dh_auto_build:

override_dh_auto_test:
