From 0d8a5c7b45f5765f250a47f6f9eed3cea457dce7 Mon Sep 17 00:00:00 2001 From: bigbes <bigbes@gmail.com> Date: Wed, 23 Jul 2014 18:34:32 +0400 Subject: [PATCH] Add dependencies/conflicts/suggests for gh-212 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9c12c35d7c..bb32a02410 100644 --- a/debian/control +++ b/debian/control @@ -31,8 +31,9 @@ Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends}, tarantool-lts-common Conflicts: tarantool-dbg (<< 1.5.2), tarantool (<< 1.6) + tarantool-client (<< 1.5.0) Replaces: tarantool (<< 1.6) -Suggests: tarantool-lts-client, libdr-tarantool-perl +Suggests: tarantool-lts-client (>= 1.5.0), libdr-tarantool-perl Description: In-memory database with Lua application server Tarantool is an in-memory database and Lua application server. Its key properties include: -- GitLab