[Pkg-samba-maint] r3268 - trunk/ldb/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Wed Feb 3 15:26:23 UTC 2010
Author: jelmer
Date: 2010-02-03 15:26:23 +0000 (Wed, 03 Feb 2010)
New Revision: 3268
Modified:
trunk/ldb/debian/control
Log:
Add misc:Depends
Modified: trunk/ldb/debian/control
===================================================================
--- trunk/ldb/debian/control 2010-02-03 15:26:22 UTC (rev 3267)
+++ trunk/ldb/debian/control 2010-02-03 15:26:23 UTC (rev 3268)
@@ -11,7 +11,7 @@
Package: libldb0
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LDAP-like embedded database - shared library
ldb is a LDAP-like embedded database built on top of TDB.
.
@@ -25,7 +25,7 @@
Package: ldb-tools
Section: utils
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LDAP-like embedded database - tools
ldb is a LDAP-like embedded database built on top of TDB.
.
@@ -39,7 +39,7 @@
Package: libldb-dev
Section: libdevel
Architecture: any
-Depends: libc6-dev, libldb0 (= ${binary:Version}), libtalloc-dev, pkg-config, libtdb-dev
+Depends: libc6-dev, libldb0 (= ${binary:Version}), libtalloc-dev, pkg-config, libtdb-dev, ${misc:Depends}
Description: LDAP-like embedded database - development files
ldb is a LDAP-like embedded database built on top of TDB.
.
@@ -53,7 +53,7 @@
Package: python-ldb
Section: python
Architecture: any
-Depends: ${python:Depends}, libldb0 (= ${binary:Version}), ${shlibs:Depends}
+Depends: ${python:Depends}, libldb0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings for LDB
More information about the Pkg-samba-maint
mailing list