[Pkg-openldap-devel] r905 - openldap/trunk/debian
Steve Langasek
vorlon at alioth.debian.org
Sun Dec 16 09:06:57 UTC 2007
Author: vorlon
Date: 2007-12-16 09:06:57 +0000 (Sun, 16 Dec 2007)
New Revision: 905
Modified:
openldap/trunk/debian/rules
Log:
document why we have a static shlibs file now instead of using dh_makeshlibs
Modified: openldap/trunk/debian/rules
===================================================================
--- openldap/trunk/debian/rules 2007-12-16 09:03:50 UTC (rev 904)
+++ openldap/trunk/debian/rules 2007-12-16 09:06:57 UTC (rev 905)
@@ -135,6 +135,10 @@
dh_link -a
dh_compress -a
dh_fixperms -a
+ # ideally we would do this and not have any libldap-2.4.so.2 links
+ # at all, but that requires adjusting the build scripts first to
+ # link against libldap_r, otherwise dh_shlibdeps fails
+ #dh_makeshlibs -plibldap-2.4-2 -V 'libldap-2.4-2 (>= 2.4.7)'
dh_installdeb -a
perl -w debian/dh_installscripts-common -p slapd
dh_shlibdeps -a -L libldap-2.4-2 -l $(installdir)/usr/lib
More information about the Pkg-openldap-devel
mailing list