Skip to content
Snippets Groups Projects
Commit defe3d55 authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

all libraries are packaged into debian.

parent c41d447a
No related branches found
No related tags found
No related merge requests found
tarantool (1.4.5+20120427-1) unstable; urgency=low
tarantool (1.4.5+20120502-1) unstable; urgency=low
* New upstream snapshot.
* Add Priority for sources.
* Drop tarantool-connector-c (we wait for rename tarantool libraries).
* Add libtarantool* packages that weren't be packaged earlier: upstream
renamed them, now we have no conflicts with the other debian packages.
-- Dmitry E. Oboukhov <unera@debian.org> Fri, 27 Apr 2012 11:59:49 +0400
-- Dmitry E. Oboukhov <unera@debian.org> Wed, 02 May 2012 18:19:48 +0400
tarantool (1.4.4+20120127-1) unstable; urgency=low
......
Source: tarantool
Priority: optional
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
Build-Depends: cdbs, debhelper (>= 8),
gobjc,
......@@ -68,12 +69,131 @@ Description: high performance key/value storage server
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides debug symbols for all tarantool packages.
This package provides debug symbols for all tarantool packages (debug symbols).
Package: tarantool-client
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libmr-tarantool-perl
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 readline client for tarantool.
Package: tarantool-client-dbg
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends},
tarantool-client (= ${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 readline client for tarantool (debug symbols).
Package: libtarantool1
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.
Package: libtarantool1-dbg
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends},
libtarantool1 (= ${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 libtarantool1.
Package: tarantool-connector-c
Package: libtarantool-dev
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: optional
Depends: ${shlibs:Depends}
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends},
libtarantool1 (= ${binary:Version}),
libtarantoolsql1 (= ${binary:Version}),
libtarantoolnet1 (= ${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 headers for libtarantool* libraries.
Package: libtarantoolnet1
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 (network).
Package: libtarantoolnet1-dbg
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends},
libtarantoolnet1 (= ${binary:Version})
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
......@@ -86,4 +206,43 @@ Description: high performance key/value storage server
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides tarantool C client libraries.
This package provides debug symbols for libtarantoolnet1.
Package: libtarantoolsql1
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 SQL-parser for tarantool.
Package: libtarantoolsql1-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 libtarantoolsql1.
build-area/connector/c/tnt/*.so /usr/lib/
build-area/connector/c/tnt/*.a /usr/lib/
build-area/connector/c/tntnet/*.so /usr/lib/
build-area/connector/c/tntnet/*.a /usr/lib/
build-area/connector/c/tntsql/*.so /usr/lib/
build-area/connector/c/tntsql/*.a /usr/lib/
connector/c/include/tarantool/* /usr/include/tarantool/
build-area/connector/c/tnt/libtarantool.so.1.1 /usr/lib/
build-area/connector/c/tnt/libtarantool.so.1 /usr/lib/
build-area/connector/c/tntnet/libtarantoolnet.so.1.1 /usr/lib/
build-area/connector/c/tntnet/libtarantoolnet.so.1 /usr/lib/
build-area/connector/c/tntsql/libtarantoolsql.so.1.1 /usr/lib/
build-area/connector/c/tntsql/libtarantoolsql.so.1 /usr/lib/
......@@ -81,6 +81,7 @@ sed "s/^[[:space:]]*file_descriptors.*/# & $comment_str/" $CFG > $SCFG
echo "pid_file = $PID" >> $SCFG
echo "logger = \"$LOGGER\"" >> $SCFG
grep '^[[:space:]]*admin_port[[:space:]]*=' $CFG |tail -n 1 >> $SCFG
$BOX -c $SCFG -v --check-config
......
......@@ -30,8 +30,12 @@ logger_notify() {
| grep 'logger_pid:' \
| sed 's/[^[:digit:]]//g'
`
[ $? -eq 0 ] || error "failed to get logger pid"
kill -HUP $LOGGER_PID
if test ! -z $LOGGER_PID; then
kill -HUP $LOGGER_PID
else
error "failed to get logger pid"
fi
}
if ! echo $1|grep -q '^\(start\)$'; then
......
usr/bin/tarantool
build-area/doc/man/tarantool.1
build-area/doc/man/tarantool.1
build-area/doc/man/tarantool_box.1
build-area/tarantool_instance.1
build-area/tarantool_logrotate.1
usr/bin/tarantool_box
usr/bin/tarantool
build-area/doc/man/tarantool_box.1
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