diff options
Diffstat (limited to 'debian/libldap-2.4-2.shlibs')
-rw-r--r-- | debian/libldap-2.4-2.shlibs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/libldap-2.4-2.shlibs b/debian/libldap-2.4-2.shlibs new file mode 100644 index 0000000..13fdedb --- /dev/null +++ b/debian/libldap-2.4-2.shlibs @@ -0,0 +1,9 @@ +# While only libldap_r is packaged, the client programs are linked +# against libldap during build. This is here just to satisfy +# dpkg-shlibdeps for ldap-utils: libldap is not around when +# dpkg-gensymbols runs, so it's not listed in the symbols file. A better +# long-term workaround will be to patch the upstream build system so the +# client programs are linked against libldap_r. +liblber-2.4 2 libldap-2.4-2 (>= 2.4.7) +libldap-2.4 2 libldap-2.4-2 (>= 2.4.7) +libldap_r-2.4 2 libldap-2.4-2 (>= 2.4.7) |