Package: libldap-2.4-2 Version: 2.4.15-1 Severity: normal Tags: patch Hi,
low hanging fruit: the attached patch fixes the lintian warning mentioned in the subject. Regards Peter -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libldap-2.4-2 depends on: ii libc6 2.7-18 GNU C Library: Shared libraries ii libgnutls26 2.6.4-2 the GNU TLS library - runtime libr ii libgssapi2-heimdal 1.2.dfsg.1-2.1 Heimdal Kerberos - GSSAPI support ii libsasl2-2 2.1.22.dfsg1-23 Cyrus SASL - authentication abstra libldap-2.4-2 recommends no packages. libldap-2.4-2 suggests no packages. -- no debconf information
--- debian/libldap-2.4-2.postinst +++ debian/libldap-2.4-2.postinst 2009-03-07 17:37:34.000000000 +0100 @@ -1,4 +1,7 @@ #!/bin/sh + +set -e + # # Run ldconfig after installing the shared library. We have to do this # manually rather than letting dh_makeshlibs deal with it because

