Skip to content
Snippets Groups Projects
Commit 575203f1 authored by Georgy Moiseev's avatar Georgy Moiseev Committed by Kirill Yukhin
Browse files

debian: bump tarantool-common dependency

Bump tarantool-common dependency to use luarocks 3.
Prior to this patch, it was permitted to have
new tarantool package (version >= 2.2.1) installed with
pre-luarocks 3 tarantool-common package (version << 2.2.1).
It caused rocks install to fail.

Closes #5429
parent c088b001
No related branches found
No related tags found
No related merge requests found
## bugfix/build
* Bump debian packages tarantool-common dependency
to use luarocks 3 (gh-5429).
Fixes an error when it was possible to have new tarantool
package (version >= 2.2.1) installed with pre-luarocks 3
tarantool-common package (version << 2.2.1), which caused
rocks install to fail.
......@@ -31,13 +31,12 @@ VCS-Git: git://github.com/tarantool/tarantool.git
Package: tarantool-common
Architecture: all
Priority: optional
Conflicts: tarantool-common (<< 1.5.3),
Conflicts: tarantool-common (<< 2.2.1),
tarantool-lts-modules,
tarantool-lts-client,
tarantool-lts-postgresql-module,
tarantool-lts-mysql-module,
tarantool-dbg (<< 1.5.2),
tarantool-common (<< 1.6~),
tarantool-client (<< 1.6~),
tarantool-client-dbg (<< 1.6~),
tarantool-plugins (<< 1.6~),
......@@ -47,7 +46,7 @@ Conflicts: tarantool-common (<< 1.5.3),
tarantool-mysql-module,
tarantool-postgresql-module,
libtarantool-dev (<< 1.6~)
Replaces: tarantool-common (<< 1.5.3), tarantool-lts-common
Replaces: tarantool-common (<< 2.2.1), tarantool-lts-common
Depends: ${misc:Depends}, adduser, lsb-base,
# Deps for built-in package manager
# https://github.com/tarantool/tarantool/issues/2612
......@@ -62,7 +61,7 @@ Package: tarantool
Architecture: i386 amd64 armhf arm64
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, binutils, libgomp1,
openssl, tarantool-common (>= 1.7.5.46),
openssl, tarantool-common (>= 2.2.1),
# libcurl dependencies (except ones we have already)
zlib1g
Replaces: tarantool-lts
......@@ -71,7 +70,7 @@ Conflicts: tarantool-lts-modules,
tarantool-lts-mysql-module,
tarantool-lts-client,
tarantool-dbg (<< 1.5.2),
tarantool-common (<< 1.6~),
tarantool-common (<< 2.2.1),
tarantool-client (<< 1.6~),
tarantool-client-dbg (<< 1.6~),
tarantool-plugins (<< 1.6~),
......@@ -105,7 +104,7 @@ Conflicts: tarantool-lts-dev,
tarantool-lts-mysql-module,
tarantool-lts-client,
tarantool-dbg (<< 1.5.2),
tarantool-common (<< 1.6~),
tarantool-common (<< 2.2.1),
tarantool-client (<< 1.6~),
tarantool-client-dbg (<< 1.6~),
tarantool-plugins (<< 1.6~),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment