Package: openct Version: 0.6.11-3 Severity: normal Tags: patch Hi,
openct's udev config file /etc/udev/rules.d/z60_openct.rules contains the directive DRIVER which has been replaced by DRIVERS. The attached patch fixes the issue. Thanks for packaging openct for Debian Peter -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-k7 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages openct depends on: ii adduser 3.102 Add and remove users and groups ii dpkg 1.13.25 package maintenance system for Deb ii libc6 2.5-9+b1 GNU C Library: Shared libraries ii libltdl3 1.5.22-4 A system independent dlopen wrappe ii libopenct1 0.6.11-3 middleware framework for smart car ii libusb-0.1-4 2:0.1.12-6 userspace USB programming library Versions of packages openct recommends: ii udev 0.105-4 /dev/ and hotplug management daemo -- no debconf information
--- /etc/udev/rules.d/z60_openct.rules +++ /etc/udev/rules.d/z60_openct.rules @@ -46,6 +46,6 @@ SUBSYSTEM=="cardman_4040", RUN+="/lib/udev/openct_pcmcia" # Gemplus PCMCIA Card -DRIVER=="serial_cs", SYSFS{prod_id1}=="Gemplus", SYSFS{prod_id2}=="SerialPort", SYSFS{prod_id3}=="GemPC Card", RUN+="/lib/udev/openct_serial" +DRIVERS=="serial_cs", SYSFS{prod_id1}=="Gemplus", SYSFS{prod_id2}=="SerialPort", SYSFS{prod_id3}=="GemPC Card", RUN+="/lib/udev/openct_serial" LABEL="openct_pcmcia_rules_end"