#!/usr/bin/make -f

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

%:
	dh $@

override_dh_install:
	dh_install ./. -Xdebian -X*.cmd -X*.d -X*.ko -X*.mod -X*.mod.c -X*.o -Xmodules.order -Xdkms.conf -XMakefile -X.gitignore -X.pc usr/src/$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)

override_dh_fixperms:
	dh_fixperms
	find debian/tuxedo-yt6801/usr/src/tuxedo-yt6801-1.0.28 -type f -exec chmod 0644 {} +

override_dh_dkms:
	dh_dkms -V

# do nothing
override_dh_auto_configure override_dh_auto_build override_dh_auto_test override_dh_auto_install override_dh_auto_clean:
