Skip to content
Snippets Groups Projects
Commit 9e6a0ac5 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'deb-update'

parents ad7ad985 0012961d
No related branches found
No related tags found
No related merge requests found
...@@ -156,8 +156,9 @@ Priority: optional ...@@ -156,8 +156,9 @@ Priority: optional
Section: libdevel Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, Depends: ${shlibs:Depends}, ${misc:Depends},
libtarantool1 (= ${binary:Version}), libtarantool1 (= ${binary:Version}),
libtarantoolnet1 (= ${binary:Version}),
libtarantoolsql1 (= ${binary:Version}), libtarantoolsql1 (= ${binary:Version}),
libtarantoolnet1 (= ${binary:Version}) libtarantoolrpl1 (= ${binary:Version})
Description: high performance key/value storage server Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru. Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include: Its key properties include:
...@@ -248,3 +249,40 @@ Description: high performance key/value storage server ...@@ -248,3 +249,40 @@ Description: high performance key/value storage server
. .
This package provides debug symbols for libtarantoolsql1. This package provides debug symbols for libtarantoolsql1.
Package: libtarantoolrpl1
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
.
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshotting
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides c-connector library for tarantool (xlog and replication support).
Package: libtarantoolrpl1-dbg
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends},
libtarantoolsql1 (= ${binary:Version})
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
.
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshotting
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides debug symbols for libtarantoolrpl1.
...@@ -4,5 +4,7 @@ build-area/connector/c/tntnet/*.so /usr/lib/ ...@@ -4,5 +4,7 @@ build-area/connector/c/tntnet/*.so /usr/lib/
build-area/connector/c/tntnet/*.a /usr/lib/ build-area/connector/c/tntnet/*.a /usr/lib/
build-area/connector/c/tntsql/*.so /usr/lib/ build-area/connector/c/tntsql/*.so /usr/lib/
build-area/connector/c/tntsql/*.a /usr/lib/ build-area/connector/c/tntsql/*.a /usr/lib/
build-area/connector/c/tntrpl/*.so /usr/lib/
build-area/connector/c/tntrpl/*.a /usr/lib/
connector/c/include/tarantool/* /usr/include/tarantool/ connector/c/include/tarantool/* /usr/include/tarantool/
build-area/connector/c/tntrpl/libtarantoolrpl.so.1.1 /usr/lib/
build-area/connector/c/tntrpl/libtarantoolrpl.so.1 /usr/lib/
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