From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- debian/patches/03_usb-db.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/03_usb-db.diff (limited to 'debian/patches/03_usb-db.diff') diff --git a/debian/patches/03_usb-db.diff b/debian/patches/03_usb-db.diff new file mode 100644 index 0000000..ebbc47b --- /dev/null +++ b/debian/patches/03_usb-db.diff @@ -0,0 +1,15 @@ +Description: Use hwdb builtin, instead of the obsolete usb-db in the udev rules. +Author: Dmitrijs Ledkovs +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1200185 +Last-Update: 2014-02-03 + +--- a/usb/55-Argyll.rules ++++ b/usb/55-Argyll.rules +@@ -85,6 +85,6 @@ TEST=="/var/run/ConsoleKit/database", EN + ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}!="*?", MODE="660", GROUP="plugdev" + + # Set ID_VENDOR and ID_MODEL acording to VID and PID +-IMPORT{program}="usb-db %p" ++IMPORT{builtin}="hwdb --subsystem=usb" + + LABEL="argyll_rules_end" -- cgit v1.2.3