Package: libnss-ldap Version: 238-1 Severity: minor Tags: patch Recent versions of nss_ldap do not build-depend on libdb4.2-dev any more.
The attached patch removes this dependency from debian/control. CU Peter -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages libnss-ldap depends on: ii debconf 1.4.30.11 Debian configuration management sy ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libldap2 2.1.30-3pm1 OpenLDAP libraries -- debconf information excluded
--- debian/control 2005-03-31 17:39:56.000000000 +0200 +++ debian/control 2005-04-01 12:47:40.996538445 +0200 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Stephen Frost <[EMAIL PROTECTED]> Standards-Version: 3.5.9.0 -Build-Depends: cdbs, debhelper (>= 4.1.13), libldap2-dev, libsasl2-dev, autoconf, automake1.6, libdb4.2-dev, po-debconf (>= 0.5.0) +Build-Depends: cdbs, debhelper (>= 4.1.13), libldap2-dev, libsasl2-dev, autoconf, automake1.6, po-debconf (>= 0.5.0) Package: libnss-ldap Architecture: any

