#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk %: dh $@ --with dkms override_dh_auto_install: install -d $$(pwd)/debian/tmp/usr/src/snd-pcxhr-$(DEB_VERSION_UPSTREAM)/ install $$(pwd)/src/Makefile $$(pwd)/src/*.c $$(pwd)/src/*.h $$(pwd)/debian/tmp/usr/src/snd-pcxhr-$(DEB_VERSION_UPSTREAM)/ install -d $$(pwd)/debian/tmp/lib/firmware/pcxhr/ install $$(pwd)/src/firmware/* $$(pwd)/debian/tmp/lib/firmware/pcxhr/ override_dh_auto_configure: override_dh_auto_build: override_dh_auto_test: override_dh_auto_install: override_dh_auto_clean: