[Pkg-samba-maint] [samba] 01/01: Fix epoch for dependency on ldb. Closes: #800331

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Sep 27 21:57:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to branch master
in repository samba.

commit 74aa336768415e9fbdd0a05bb2eb473c46481b87
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Sep 27 21:56:32 2015 +0000

    Fix epoch for dependency on ldb. Closes: #800331
---
 debian/autodeps.py |  6 +++---
 debian/changelog   |  6 ++++++
 debian/control     | 14 +++++++-------
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/autodeps.py b/debian/autodeps.py
index ed20a23..fe1be64 100755
--- a/debian/autodeps.py
+++ b/debian/autodeps.py
@@ -120,9 +120,9 @@ def update_control():
     update_deps(source, "Build-Depends", "python-tdb", min_tdb_version)
     update_deps(source, "Build-Depends", "libtalloc-dev", min_talloc_version)
     update_deps(source, "Build-Depends", "python-talloc-dev", min_talloc_version)
-    update_deps(source, "Build-Depends", "libldb-dev", min_ldb_version, 1)
-    update_deps(source, "Build-Depends", "python-ldb-dev", min_ldb_version, 1)
-    update_deps(source, "Build-Depends", "python-ldb", min_ldb_version, 1)
+    update_deps(source, "Build-Depends", "libldb-dev", min_ldb_version, 2)
+    update_deps(source, "Build-Depends", "python-ldb-dev", min_ldb_version, 2)
+    update_deps(source, "Build-Depends", "python-ldb", min_ldb_version, 2)
     update_deps(source, "Build-Depends", "libtevent-dev", min_tevent_version)
 
     with open("debian/control", "wb+") as o:
diff --git a/debian/changelog b/debian/changelog
index a6bd226..d6ad381 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+samba (2:4.1.20+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fix epoch for dependency on ldb. Closes: #800331
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Sun, 27 Sep 2015 21:56:30 +0000
+
 samba (2:4.1.20+dfsg-1) unstable; urgency=medium
 
   * New upstream release (last compatible with current OpenChange).
diff --git a/debian/control b/debian/control
index 9e054f3..ed9fb75 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Build-Depends: bison,
                libgnutls28-dev,
                libheimntlm0-heimdal (>= 1.6~),
                libldap2-dev,
-               libldb-dev (>= 2:1.1.20~),
+               libldb-dev (>= 2:1.1.17~),
                libncurses5-dev,
                libntdb-dev (>= 1.0),
                libpam0g-dev,
@@ -39,8 +39,8 @@ Build-Depends: bison,
                libpopt-dev,
                libreadline-dev,
                libsubunit-dev,
-               libtalloc-dev (>= 2.0.8~),
-               libtdb-dev (>= 1.2.11~),
+               libtalloc-dev (>= 2.1.2~),
+               libtdb-dev (>= 1.2.12~),
                libtevent-dev (>= 0.9.18~),
                perl,
                perl-modules,
@@ -48,11 +48,11 @@ Build-Depends: bison,
                po-debconf,
                python-all-dev (>= 2.6.6-3),
                python-dnspython,
-               python-ldb (>= 2:1.1.20~),
-               python-ldb-dev (>= 2:1.1.20~),
+               python-ldb (>= 2:1.1.17~),
+               python-ldb-dev (>= 2:1.1.17~),
                python-ntdb,
-               python-talloc-dev (>= 2.0.8~),
-               python-tdb (>= 1.2.11~),
+               python-talloc-dev (>= 2.1.2~),
+               python-tdb (>= 1.2.12~),
                python-testtools,
                python3,
                subunit (>= 0.0.6),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list