From: Antonio Ospite Date: Fri, 8 Jan 2016 21:58:26 +0000 (+0100) Subject: debian/rules: install and patch the udev rules file at install time X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/commitdiff_plain/d7b7570ad528dfd535c9961dadf4bedddeb1f04b debian/rules: install and patch the udev rules file at install time The kinect_fetch_fw script does not patch the file automatically at runtime anymore; so do that once and for all when the package is created. --- diff --git a/debian/rules b/debian/rules index ee8ffc2..7aa6d8a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,17 @@ #!/usr/bin/make -f +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + %: PREFIX=/usr dh $@ +override_dh_auto_install: + dh_auto_install + $(MAKE) install_udev_rules \ + DESTDIR=$(TMP) \ + LOADER_PATH=/usr/sbin/kinect_upload_fw \ + FIRMWARE_PATH=/lib/firmware/kinect/UACFirmware + override_dh_installchangelogs: dh_installchangelogs NEWS