~ubuntu-branches/debian/stretch/colord/stretch

« back to all changes in this revision

Viewing changes to rules/69-cd-sensors.rules.in

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2013-12-19 16:54:17 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20131219165417-y8v9fq6nltr7dmqd
Tags: 1.0.5-1
* New upstream stable release (LP: #1219108)
* Update watch file to pull stable 1.0.x releases rather than development
  1.1.x releases
* Update test-for-usb-db patch to apply to 69-cd-sensors.rules.in, rather
  than the generated 69-cd-sensors.rules file. (Closes: 717503)
* Clean up stale colord-sane dbus and bash-completion config files on upgrade.
  (Closes: 713854)
* Relax over-eager versioning on Breaks: colorhug-client. (Closes: 722588)
* Let adduser create /var/lib/colord for us. (Closes: 730476)
* Cherry pick b943e38b from upstream to fix colorhug unittests on USB-less
  hardware (such as found in the Ubuntu autopkgtest infrastructure).
* Now that colorhug unittests pass on USB-less hardware, re-enable them in
  the DEP 8 tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
# color calibration device
88
88
ENV{COLORD_SENSOR_KIND}=="*?", ENV{COLOR_MEASUREMENT_DEVICE}="1"
89
89
ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL}=="", IMPORT{program}="usb_id --export %p"
90
 
ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{program}="usb-db %p"
 
90
ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL_FROM_DATABASE}=="", TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p"
91
91
 
92
92
# Allow the daemon to access the color devices
93
93
ENV{COLORD_SENSOR_KIND}=="*?", GROUP="@daemon_user@"