[Pkg-samba-maint] r1967 - in trunk/ldb/debian: . patches
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Mon Jun 16 19:20:42 UTC 2008
Author: ctrlsoft-guest
Date: 2008-06-16 19:20:42 +0000 (Mon, 16 Jun 2008)
New Revision: 1967
Added:
trunk/ldb/debian/patches/01_disable_events_lib.patch
Modified:
trunk/ldb/debian/changelog
trunk/ldb/debian/patches/series
Log:
Add patch to avoid events library from being included.
Modified: trunk/ldb/debian/changelog
===================================================================
--- trunk/ldb/debian/changelog 2008-06-16 18:02:28 UTC (rev 1966)
+++ trunk/ldb/debian/changelog 2008-06-16 19:20:42 UTC (rev 1967)
@@ -1,3 +1,11 @@
+ldb (0.92~git20080616-1) unstable; urgency=low
+
+ * New upstream snapshot.
+ * Add patch to remove dependency on events lib in pkg-config file,
+ which is not packaged yet.
+
+ -- Jelmer Vernooij <jelmer at samba.org> Mon, 16 Jun 2008 21:00:43 +0200
+
ldb (0.9.2~git20080615-1) unstable; urgency=low
* Add dependency on tdb-dev to libldb-dev.
Added: trunk/ldb/debian/patches/01_disable_events_lib.patch
===================================================================
--- trunk/ldb/debian/patches/01_disable_events_lib.patch (rev 0)
+++ trunk/ldb/debian/patches/01_disable_events_lib.patch 2008-06-16 19:20:42 UTC (rev 1967)
@@ -0,0 +1,17 @@
+Goal: Avoid dependency on libevents, which is not packaged yet.
+
+Status wrt upstream: Debian-specific
+
+diff -ur ldb-0.92~git20080616/ldb.pc.in ldb-0.92~git20080616-fixed/ldb.pc.in
+--- ldb-0.92~git20080616/ldb.pc.in 2008-06-16 21:03:50.000000000 +0200
++++ ldb-0.92~git20080616-fixed/ldb.pc.in 2008-06-16 21:05:14.000000000 +0200
+@@ -8,7 +8,7 @@
+ Description: An LDAP-like embedded database
+ Version: @PACKAGE_VERSION@
+ Requires.private: tdb
+-Requires: talloc events
++Requires: talloc
+ Libs: -L${libdir} -lldb
+ Libs.private: @LDAP_LIBS@
+ Cflags: -I${includedir}
+Nur in ldb-0.92~git20080616-fixed: ldb.pc.in~.
Modified: trunk/ldb/debian/patches/series
===================================================================
--- trunk/ldb/debian/patches/series 2008-06-16 18:02:28 UTC (rev 1966)
+++ trunk/ldb/debian/patches/series 2008-06-16 19:20:42 UTC (rev 1967)
@@ -0,0 +1 @@
+01_disable_events_lib.patch
More information about the Pkg-samba-maint
mailing list