[Pkg-openldap-devel] r1160 - openldap/trunk/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Mon Jun 30 11:28:17 UTC 2008


Author: vorlon
Date: 2008-06-30 11:28:17 +0000 (Mon, 30 Jun 2008)
New Revision: 1160

Modified:
   openldap/trunk/debian/changelog
   openldap/trunk/debian/rules
Log:
Turn on 'make test' during builds, now that back_meta is fixed.

Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog	2008-06-30 09:16:03 UTC (rev 1159)
+++ openldap/trunk/debian/changelog	2008-06-30 11:28:17 UTC (rev 1160)
@@ -14,6 +14,7 @@
   * New patch, no_backend_inter-linking, to fix the meta backend to not
     try to look up symbols in external objects (back_ldap) that it
     doesn't link against.
+  * Turn on 'make test' during builds, now that back_meta is fixed.
 
   [ Matthijs Mohlmann ]
   * All manpages in category 5 were missing, wrong directory.

Modified: openldap/trunk/debian/rules
===================================================================
--- openldap/trunk/debian/rules	2008-06-30 09:16:03 UTC (rev 1159)
+++ openldap/trunk/debian/rules	2008-06-30 11:28:17 UTC (rev 1160)
@@ -101,6 +101,7 @@
 build-indep:
 build-stamp: configure-stamp
 	$(MAKE) -C $(builddir) $(MAKEVARS)
+	$(MAKE) -C $(builddir) test
 	touch $@
 
 # Check all built libraries for unresolved symbols except for the libslapi




More information about the Pkg-openldap-devel mailing list