The problem appears to be that the links are created incorrectly when the
package is built (they are pointing to a non existing directory):

dpkg --contents postfix*

lrwxrwxrwx root/root         0 2005-04-14 05:50:50 ./usr/lib/libpostfix-dns.so.1
-> debian/postfix/usr/lib/libpostfix-dns.so.1.0.1
lrwxrwxrwx root/root         0 2005-04-14 05:50:50
./usr/lib/libpostfix-global.so.1 ->
debian/postfix/usr/lib/libpostfix-global.so.1.0.1
lrwxrwxrwx root/root         0 2005-04-14 05:50:50
./usr/lib/libpostfix-master.so.1 ->
debian/postfix/usr/lib/libpostfix-master.so.1.0.1
lrwxrwxrwx root/root         0 2005-04-14 05:50:50 ./usr/lib/libpostfix-tls.so.1
-> debian/postfix/usr/lib/libpostfix-tls.so.1.0.1
lrwxrwxrwx root/root         0 2005-04-14 05:50:50
./usr/lib/libpostfix-util.so.1 -> 
debian/postfix/usr/lib/libpostfix-util.so.1.0.1

This causes this message:

LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH} dh_shlibdeps -a
dpkg-shlibdeps: warning: could not find path for libpostfix-tls.so.1
dpkg-shlibdeps: warning: could not find path for libpostfix-tls.so.1
dpkg-shlibdeps: warning: could not find path for libpostfix-tls.so.1

These same links also appear in postfix-dev.

Also, the rules file is creating a broken link:

libdb.so -> /usr/lib/libdb3.so

And, libmysqlclient10-dev is a dependency where it should be bumped to
libmysqlclient12-dev.

Best Regards,
C.Y.M.


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

Reply via email to