Package: libieee1284-3 Version: 0.2.8-2 Severity: grave Tags: patch Justification: renders package unusable
udev (0.054-1) alters the naming scheme /dev/parport[0..9] to /dev/parports/[0..9] and breaks libieee1284 by that. A patch to adapt libieee1284 to use the new names is attached. Best regards, Philipp -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.11-rc4 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages libieee1284-3 depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an -- no debconf information -- Philipp Sadleder http://sadleder.de
--- libieee1284-0.2.8.orig/src/ports.c 2005-02-28 15:56:19 +0100
+++ libieee1284-0.2.8.new/src/ports.c 2005-02-28 11:16:08 +0100
@@ -144,7 +144,7 @@ populate_from_parport (struct parport_li
/* Device */
if (capabilities & PPDEV_CAPABLE)
- sprintf (device, "/dev/parport%s", de->d_name);
+ sprintf (device, "/dev/parports/%s", de->d_name);
else
{
if (capabilities & IO_CAPABLE)
@@ -221,7 +221,7 @@ populate_from_sys_dev_parport (struct pa
/* Device */
if (*p && capabilities & PPDEV_CAPABLE)
- sprintf (device, "/dev/parport%s", p);
+ sprintf (device, "/dev/parports/%s", p);
else
{
if (capabilities & IO_CAPABLE)
signature.asc
Description: Digital signature

