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

Steve Langasek vorlon at alioth.debian.org
Thu Dec 20 09:52:23 UTC 2007


Author: vorlon
Date: 2007-12-20 09:52:23 +0000 (Thu, 20 Dec 2007)
New Revision: 923

Added:
   openldap/trunk/debian/libslapi-dev.install
Modified:
   openldap/trunk/debian/changelog
   openldap/trunk/debian/control
   openldap/trunk/debian/libldap2-dev.install
Log:
* Split slapi dev support into a new libslapi-dev package, as this is
  unrelated to libldap; and drop libslapi.a since it would be insane to try
  to statically link a dynamically-loaded slapi plugin.

Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog	2007-12-20 09:06:52 UTC (rev 922)
+++ openldap/trunk/debian/changelog	2007-12-20 09:52:23 UTC (rev 923)
@@ -44,8 +44,11 @@
   * Move libslapi into the slapd package and provide a virtual package for
     library dependencies, since this is expected to stay lockstep with the
     server.
+  * Split slapi dev support into a new libslapi-dev package, as this is
+    unrelated to libldap; and drop libslapi.a since it would be insane to try
+    to statically link a dynamically-loaded slapi plugin.
 
- -- Steve Langasek <vorlon at debian.org>  Tue, 18 Dec 2007 15:07:16 -0800
+ -- Steve Langasek <vorlon at debian.org>  Thu, 20 Dec 2007 01:36:15 -0800
 
 openldap2.3 (2.3.39-1) unstable; urgency=medium
 

Modified: openldap/trunk/debian/control
===================================================================
--- openldap/trunk/debian/control	2007-12-20 09:06:52 UTC (rev 922)
+++ openldap/trunk/debian/control	2007-12-20 09:52:23 UTC (rev 923)
@@ -75,6 +75,16 @@
  libraries. It includes headers, libraries and links to allow static and
  dynamic linking.
 
+Package: slapi-dev
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: slapd (= ${binary:Version})
+Description: development libraries for OpenLDAP SLAPI plugin interface
+ This package allows development of plugins for the OpenLDAP slapd server
+ using the SLAPI interface.  It includes the headers and libraries needed
+ to build such plugins.
+
 Package: slapd-dbg
 Section: net
 Priority: extra

Modified: openldap/trunk/debian/libldap2-dev.install
===================================================================
--- openldap/trunk/debian/libldap2-dev.install	2007-12-20 09:06:52 UTC (rev 922)
+++ openldap/trunk/debian/libldap2-dev.install	2007-12-20 09:52:23 UTC (rev 923)
@@ -1,4 +1,3 @@
-debian/tmp/usr/include/slapi-plugin.h usr/include
 debian/tmp/usr/include/lber.h usr/include
 debian/tmp/usr/include/lber_types.h usr/include
 debian/tmp/usr/include/ldap_cdefs.h usr/include
@@ -10,5 +9,3 @@
 debian/tmp/usr/lib/liblber.so usr/lib
 debian/tmp/usr/lib/libldap_r.a usr/lib
 debian/tmp/usr/lib/libldap_r.so usr/lib
-debian/tmp/usr/lib/libslapi.a usr/lib
-debian/tmp/usr/lib/libslapi.so usr/lib

Added: openldap/trunk/debian/libslapi-dev.install
===================================================================
--- openldap/trunk/debian/libslapi-dev.install	                        (rev 0)
+++ openldap/trunk/debian/libslapi-dev.install	2007-12-20 09:52:23 UTC (rev 923)
@@ -0,0 +1,2 @@
+debian/tmp/usr/include/slapi-plugin.h usr/include
+debian/tmp/usr/lib/libslapi.so usr/lib




More information about the Pkg-openldap-devel mailing list