Package: avarice
Version: 2.10-3
Severity: normal
Tags: patch

udevd shows this warning related to avarice:

SYSFS{}= will be removed in a future udev version, please use ATTR{}= to
match the event device, or ATTRS{}= to match a parent device, in
/etc/udev/rules.d/z60_avarice.rules:4
SYSFS{}= will be removed in a future udev version, please use ATTR{}= to
match the event device, or ATTRS{}= to match a parent device, in
/etc/udev/rules.d/z60_avarice.rules:7

Fix:

replacing SYSFS with ATTRS in /etc/udev/avarice.rules solves the problem.

--- avarice.rules.dpkg-dist     2010-11-16 00:09:13.000000000 +0100
+++ avarice.rules       2010-11-16 00:09:25.000000000 +0100
@@ -1,9 +1,9 @@
 SUBSYSTEM!="usb_device", ACTION!="add", GOTO="avarice_end"

 # Atmel Corp. JTAG ICE mkII
-SYSFS{idVendor}=="03eb", SYSFS{idProduct}=="2103", MODE="660", GROUP="dialout"
+ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2103", MODE="660", GROUP="dialout"
  
 # Atmel Corp. AVR Dragon
-SYSFS{idVendor}=="03eb", SYSFS{idProduct}=="2107", MODE="660", GROUP="dialout"
+ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2107", MODE="660", GROUP="dialout"

 LABEL="avarice_end"

Best regards,
Gonzalo.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages avarice depends on:
ii  libc6                   2.11.2-7         Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.4.5-4        GCC support library
ii  libstdc++6              4.4.5-4          The GNU Standard C++ Library v3
ii  libusb-0.1-4            2:0.1.12-16      userspace USB programming library
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages avarice recommends:
ii  gdb-avr                    6.4.90.dfsg-3 The GNU Debugger for avr

avarice suggests no packages.

-- Configuration Files:
/etc/udev/avarice.rules changed:
SUBSYSTEM!="usb_device", ACTION!="add", GOTO="avarice_end"
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2103", MODE="660", GROUP="dialout"
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2107", MODE="660", GROUP="dialout"
LABEL="avarice_end"


-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to