[Pkg-samba-maint] r2842 - trunk/samba4/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Thu Jun 11 15:37:02 UTC 2009
tags 525885 pending
tags 531480 pending
thanks
Author: jelmer
Date: 2009-06-11 15:37:02 +0000 (Thu, 11 Jun 2009)
New Revision: 2842
Modified:
trunk/samba4/debian/changelog
trunk/samba4/debian/control
Log:
* Add missing dependencies on tdb-dev and libtalloc-dev to
libldb-samba4-dev. (Closes: #525885)
* Use newer version of tevent. (Closes: #531480)
Modified: trunk/samba4/debian/changelog
===================================================================
--- trunk/samba4/debian/changelog 2009-06-11 15:37:00 UTC (rev 2841)
+++ trunk/samba4/debian/changelog 2009-06-11 15:37:02 UTC (rev 2842)
@@ -2,6 +2,9 @@
* Support building against Python2.6.
* Add missing dependency on tdb >= 1.1.3. (Closes: #517171)
+ * Add missing dependencies on tdb-dev and libtalloc-dev to
+ libldb-samba4-dev. (Closes: #525885)
+ * Use newer version of tevent. (Closes: #531480)
* New upstream release.
* Bump standards version to 3.8.1.
* Reorganization to let Samba 3 and Samba 4 co-exist on the same system:
Modified: trunk/samba4/debian/control
===================================================================
--- trunk/samba4/debian/control 2009-06-11 15:37:00 UTC (rev 2841)
+++ trunk/samba4/debian/control 2009-06-11 15:37:02 UTC (rev 2842)
@@ -162,7 +162,7 @@
Section: libdevel
Architecture: any
Conflicts: libldb-dev
-Depends: ${shlibs:Depends}, pkg-config, libldb-samba4-0 (=${binary:Version}), ${misc:Depends}
+Depends: ${shlibs:Depends}, pkg-config, libldb-samba4-0 (=${binary:Version}), ${misc:Depends}, libtalloc-dev, libtdb-dev
Description: LDAP-like embedded database - Samba 4 version
ldb is a LDAP-like embedded database built on top of TDB.
.
@@ -287,7 +287,7 @@
Package: libdcerpc-dev
Architecture: any
Section: libdevel
-Depends: libdcerpc0 (=${binary:Version}), libndr-dev, pkg-config, ${misc:Depends}
+Depends: libdcerpc0 (=${binary:Version}), libndr-dev, pkg-config, ${misc:Depends}, libsamba-util-dev
Description: DCE/RPC library
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
More information about the Pkg-samba-maint
mailing list