Package: libpthread-stubs0-dev Version: 0.3-1 Severity: important Tags: patch
Hello, The /usr/lib/libpthread-stubs.so symlink is bogus: it points to /lib/libpthread-stubs.0.0.0 while it should point to /lib/libpthread-stubs.so.0.0.0 . See attached patch. Samuel -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libpthread-stubs0-dev depends on: ii libpthread-stubs0 0.3-1 pthread stubs not provided by nati libpthread-stubs0-dev recommends no packages. libpthread-stubs0-dev suggests no packages. -- no debconf information -- Samuel Thibault <samuel.thiba...@fnac.net> * c is away : cuisine; bouffe <y> oh, moi je fais plut�t cuisine & bouffe en fait :) <c> oui c'est vrai, certains font cuisine && bouffe (juste au cas o�... ;-)) <y> ( cuisine && bouffe ) || restau <N> voire ((cuisine && bouffe) || restau) & ap�ritif -+- #ens-mim -+-
--- libpthread-stubs-0.3/debian/rules.orig 2009-11-14 14:50:53.000000000 +0100 +++ libpthread-stubs-0.3/debian/rules 2009-11-14 14:50:54.000000000 +0100 @@ -20,5 +20,5 @@ if test -L debian/tmp/lib/libpthread-stubs.so.0; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.so.0; fi install/libpthread-stubs0-dev:: - if test -f debian/tmp/lib/libpthread-stubs.a; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.a usr/lib; ln -s /lib/libpthread-stubs.0.0.0 debian/libpthread-stubs0-dev/usr/lib/libpthread-stubs.so; fi + if test -f debian/tmp/lib/libpthread-stubs.a; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.a usr/lib; ln -s /lib/libpthread-stubs.so.0.0.0 debian/libpthread-stubs0-dev/usr/lib/libpthread-stubs.so; fi dh_install -p$(cdbs_curpkg) debian/tmp/lib/pkgconfig/pthread-stubs.pc usr/share/pkgconfig/