[Pkg-openldap-devel] r1398 - openldap/trunk/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Sun Oct 9 07:03:17 UTC 2011
Author: vorlon
Date: 2011-10-09 07:03:16 +0000 (Sun, 09 Oct 2011)
New Revision: 1398
Modified:
openldap/trunk/debian/rules
Log:
put our comment with the code it belongs to
Modified: openldap/trunk/debian/rules
===================================================================
--- openldap/trunk/debian/rules 2011-10-09 07:00:05 UTC (rev 1397)
+++ openldap/trunk/debian/rules 2011-10-09 07:03:16 UTC (rev 1398)
@@ -77,10 +77,6 @@
$(MAKE) -C contrib/slapd-modules/smbk5pwd
$(MAKE) -C contrib/slapd-modules/autogroup
-# Check all built libraries for unresolved symbols except for the libslapi
-# library. It is a special case since the SLAPI interface depends on symbols
-# defined in slapd itself. Those symbols will remain unresolved until the
-# plugin is loaded into slapd.
override_dh_auto_install:
dh_auto_install -- $(MAKEVARS)
$(MAKE) -C contrib/slapd-modules/smbk5pwd install DESTDIR=$(installdir)
@@ -91,6 +87,10 @@
sed -i "s/^dependency_libs=.*/dependency_libs=''/" $$F; \
done
+ # Check all built libraries for unresolved symbols except for the libslapi
+ # library. It is a special case since the SLAPI interface depends on symbols
+ # defined in slapd itself. Those symbols will remain unresolved until the
+ # plugin is loaded into slapd.
for F in $(installdir)/usr/lib/$(DEB_HOST_MULTIARCH)/*.so.*.*.*; do \
if echo "$$F" | grep -q libslapi ; then \
continue; \
@@ -101,6 +101,7 @@
exit 1; \
fi; \
done
+
# Upstream installs schema files in mode 0444 - policy wants 0644
find $(installdir)/etc -type f|xargs chmod 0644
# Upstream manpages are section 8C but installed as section 8
More information about the Pkg-openldap-devel
mailing list