Skip to content

Commit b305a74

Browse files
TotktonadaLeonidVas
authored andcommitted
build: require tarantool-1.10+ in Debian packages
Follows up commit 1f6d7b0 ('Update RPM spec file to match the rockspec'). Since tarantool-memcached-1.0.1 we support tarantool-1.10 or newer (see the release notes [1]). This change reflects this fact in the Debian packages for the module. [1]: https://github.com/tarantool/memcached/releases/tag/1.0.1
1 parent 1f6d7b0 commit b305a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Section: database
44
Maintainer: Eugene Blikh <[email protected]>
55
Build-Depends: debhelper (>= 9), cdbs,
66
cmake (>= 2.8),
7-
tarantool-dev (>= 1.6.8.0),
7+
tarantool-dev (>= 1.10.0),
88
libsmall-dev,
99
# libmsgpuck-dev,
1010
libsasl2-dev
@@ -15,7 +15,7 @@ Vcs-Browser: https://github.com/tarantool/memcached
1515

1616
Package: tarantool-memcached
1717
Architecture: i386 amd64 armhf arm64
18-
Depends: tarantool (>= 1.6.8.0), ${shlibs:Depends}, ${misc:Depends}
18+
Depends: tarantool (>= 1.10.0), ${shlibs:Depends}, ${misc:Depends}
1919
Pre-Depends: ${misc:Pre-Depends}
2020
Description: Memcached protocol emulation for Tarantool
2121
This package provides a Memcached protocol emulation for Tarantool.

0 commit comments

Comments
 (0)