My package: http://mentors.debian.net/package/resiprocate
The warning: http://lintian.debian.org/tags/dev-pkg-without-shlib-symlink.html a) I notice the warning is appearing for the lib package and NOT the -dev package itself b) I notice the verbose output (on the mentors summary page) shows an SONAME in a slightly different format: usr/lib/librutil-1.8.so.0.0.0 usr/lib/librutil-1.8.so Notice: librutil-1.8.so, while the -dev package creates a symlink in the form librutil.so c) If I install the packages manually on my own machine, I find the symlink is really there after installing the -dev package: root@wheezy1:/tmp# dpkg -i libresiprocate-1.8_1.8.0~pre2-1_amd64.deb Selecting previously unselected package libresiprocate-1.8. (Reading database ... 151644 files and directories currently installed.) Unpacking libresiprocate-1.8 (from libresiprocate-1.8_1.8.0~pre2-1_amd64.deb) ... Setting up libresiprocate-1.8 (1.8.0~pre2-1) ... root@wheezy1:/tmp# dpkg -i ^C root@wheezy1:/tmp# ls -l /usr/lib/librutil-1.8.so.0* lrwxrwxrwx 1 root root 21 May 20 20:32 /usr/lib/librutil-1.8.so.0 -> librutil-1.8.so.0.0.0 -rw-r--r-- 1 root root 556400 May 20 20:32 /usr/lib/librutil-1.8.so.0.0.0 root@wheezy1:/tmp# dpkg -i libresiprocate-1.8-dev_1.8.0~pre2-1_amd64.deb Selecting previously unselected package libresiprocate-1.8-dev. (Reading database ... 151659 files and directories currently installed.) Unpacking libresiprocate-1.8-dev (from libresiprocate-1.8-dev_1.8.0~pre2-1_amd64.deb) ... Setting up libresiprocate-1.8-dev (1.8.0~pre2-1) ... root@wheezy1:/tmp# ls -l /usr/lib/librutil* lrwxrwxrwx 1 root root 21 May 20 20:32 /usr/lib/librutil-1.8.so.0 -> librutil-1.8.so.0.0.0 -rw-r--r-- 1 root root 556400 May 20 20:32 /usr/lib/librutil-1.8.so.0.0.0 lrwxrwxrwx 1 root root 21 May 20 20:32 /usr/lib/librutil.so -> librutil-1.8.so.0.0.0 -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4fb95b16.4000...@pocock.com.au