Mir

Comment 4 for bug 1674201

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Is there anything to fix in src:systemd? as far as I can see everything is correct:

$ dpkg -L libudev-dev | grep -e '\.pc' -e '\.so'
/usr/lib/x86_64-linux-gnu/pkgconfig/libudev.pc
/usr/lib/x86_64-linux-gnu/libudev.so

And yes the .so is symlink to a file in /lib location:

$ ls -latr /usr/lib/x86_64-linux-gnu/libudev.so
lrwxrwxrwx 1 root root 38 Feb 15 15:10 /usr/lib/x86_64-linux-gnu/libudev.so -> /lib/x86_64-linux-gnu/libudev.so.1.6.4

Which is all correct and the path mentioned in .pc matches the location of the .so file.