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

Debian infrastructure for 1.6.

parent 9f8d8a03
No related branches found
No related tags found
No related merge requests found
tarantool (1.6.3.183.gd309992-1) UNRELEASED; urgency=medium
* Init infrastructure for tarantool 1.6.
-- Dmitry E. Oboukhov <unera@debian.org> Wed, 20 Aug 2014 17:19:14 +0400
tarantool (1.5.3.53.ge2308d8-1) unstable; urgency=medium
* New Debian snapshot
......
......@@ -14,30 +14,29 @@ Homepage: http://tarantool.org/
VCS-Browser: https://github.com/tarantool/tarantool
VCS-Git: git://github.com/tarantool/tarantool.git
# Package: tarantool-common
# Architecture: all
# Priority: optional
# Depends: ${misc:Depends}, adduser
# Description: Tarantool in-memory database - common files
# Tarantool is an in-memory database and Lua application server.
# This package provides scripts to work with tarantool configuration
# and log files.
Package: tarantool-common
Architecture: all
Priority: optional
Depends: ${misc:Depends}, adduser
Description: Tarantool in-memory database - common files
Tarantool is an in-memory database and Lua application server.
This package provides scripts to work with tarantool configuration
and log files.
Package: tarantool
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tarantool-dbg (<< 1.5.2),
# tarantool-common (<< 1.6~),
tarantool-common (<< 1.6~),
tarantool-client (<< 1.6~),
tarantool-client-dbg (<< 1.6~),
tarantool-plugins (<< 1.6~),
tarantool-mysql-plugin (<< 1.6~),
tarantool-postgresql-plugin (<< 1.6~),
libtarantool-dev (<< 1.6~)
# Recommends: tarantool-common (>= 1.6),
# tarantool-modules
Recommends: tarantool-modules
Recommends: tarantool-common (>= 1.6),
tarantool-modules
Description: In-memory database with Lua application server
Tarantool is an in-memory database and Lua application server.
Its key properties include:
......
......@@ -62,8 +62,8 @@ clean::
# rm -fr debian/tarantool-dbg/usr/share/doc/tarantool-dbg
install/tarantool::
pod2man -c 'tarantar' \
debian/tarantar.pod > build-area/tarantar.1
# pod2man -c 'tarantar' \
# debian/tarantar.pod > build-area/tarantar.1
# make -C build-area test-force || /bin/true
......
debian/scripts/tarantool_instance /usr/sbin/
debian/scripts/tarantool_snapshot_rotate /usr/sbin/
debian/scripts/tarantool_logrotate /usr/lib/tarantool/
extra/dist/default/tarantool /etc/default
extra/dist/dist.lua /usr/lib/tarantool
......@@ -7,6 +7,7 @@
delaycompress
create 0640 tarantool adm
postrotate
/usr/lib/tarantool/tarantool_logrotate
/usr/bin/tarantool /usr/lib/tarantool/dist.lua logrotate `basename $1 .log`
endscript
}
build-area/tarantool_instance.1
build-area/tarantool_logrotate.1
build-area/tarantool_snapshot_rotate.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