summaryrefslogtreecommitdiff
path: root/debian/patches/120_usb-db_new.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-11 00:38:05 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-11 00:38:05 +0100
commitf6de1ae168071e14ca518c8830a4dfe002ea9055 (patch)
treeaea68be2dfad9cb5c29a726ea38491943b94239f /debian/patches/120_usb-db_new.patch
parentc90e062b7f7f16f67f47aa94ace963e20bc99d06 (diff)
Rename patches
Diffstat (limited to 'debian/patches/120_usb-db_new.patch')
-rw-r--r--debian/patches/120_usb-db_new.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/120_usb-db_new.patch b/debian/patches/120_usb-db_new.patch
deleted file mode 100644
index f826509..0000000
--- a/debian/patches/120_usb-db_new.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
-Author: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/1200185
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762887
-Last-Update: 2014-09-26
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/usb/55-Argyll.rules
-===================================================================
---- trunk.orig/usb/55-Argyll.rules 2014-09-25 11:10:12.000000000 +0200
-+++ trunk/usb/55-Argyll.rules 2014-09-26 14:08:21.067295380 +0200
-@@ -85,6 +85,6 @@
- ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}!="*?", MODE="660", GROUP="plugdev"
-
- # Set ID_VENDOR and ID_MODEL acording to VID and PID
--TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p"
-+IMPORT{builtin}="hwdb --subsystem=usb"
-
- LABEL="argyll_rules_end"