Package: kionjb
Version: 0.1.6-3
Severity: serious
Tags: patch

kionjb misses a dependency on libusb, even though it was compiled
against it. This is caused by the following error:

dpkg-shlibdeps: warning: could not find any packages for 
/usr/lib/libusb-0.1.so.4 (libusb-0.1.so.4)
dpkg-shlibdeps: warning: unable to find dependency information for shared 
library libusb-0.1 (soname 4, path /usr/lib/libusb-0.1.so.4, dependency field 
Depends)dh_gencontrol -a

While /usr/lib/libusb-0.1.so.4 is a valid symlink, it is not shipped by the
libusb package but generated by ldconfig. libusb ships /lib/libusb-0.1.so.4
I'm not entirely sure why this usually works right but adding
"--disable-rpath" to your configure call in debian/rules which removes the
-R /usr/lib argument of the linker call fixes it and is recommended anyway.

Gruesse,
        Frank Lichtenheld

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to