#!/usr/bin/make -f

#export DH_VERBOSE=1

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --with dkms

override_dh_dkms:
	dh_dkms -V $(DEB_VERSION)

override_dh_install:
	dh_install *.{h,c} Makefile  usr/src/nxd-fuse-$(DEB_VERSION)/


# noop
override_dh_auto_configure:
override_dh_auto_build:
override_dh_auto_test:
override_dh_auto_install:
override_dh_auto_clean:
