From d7b7570ad528dfd535c9961dadf4bedddeb1f04b Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 8 Jan 2016 22:58:26 +0100 Subject: [PATCH] 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. --- debian/rules | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.1.4