@@ -29,9 +29,16 @@ Description: Tarantool in-memory database - common files
29
29
Package: tarantool
30
30
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
31
31
Priority: optional
32
- Depends: ${shlibs:Depends}, ${misc:Depends}, tarantool-common
33
- Conflicts: tarantool-dbg (<< 1.5.2)
34
- Suggests: tarantool-dbg, tarantool-client, libdr-tarantool-perl
32
+ Depends: ${shlibs:Depends}, ${misc:Depends}
33
+ Conflicts: tarantool-dbg (<< 1.5.2),
34
+ tarantool-common (<< 1.6~),
35
+ tarantool-client (<< 1.6~),
36
+ tarantool-client-dbg (<< 1.6~),
37
+ tarantool-plugins (<< 1.6~),
38
+ tarantool-mysql-plugin (<< 1.6~),
39
+ tarantool-postgresql-plugin (<< 1.6~)
40
+ Recommends: tarantool-common (>= 1.6),
41
+ tarantool-modules
35
42
Description: In-memory database with Lua application server
36
43
Tarantool is an in-memory database and Lua application server.
37
44
Its key properties include:
@@ -46,16 +53,6 @@ Description: In-memory database with Lua application server
46
53
.
47
54
This package provides Tarantool server.
48
55
49
- Package: tarantool-dev
50
- Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
51
- Priority: optional
52
- Section: libdevel
53
- Depends: ${shlibs:Depends}, ${misc:Depends},
54
- tarantool (= ${binary:Version}),
55
- Description: Tarantool in-memory database - development headers
56
- Tarantool is an in-memory database and Lua application server.
57
- This package provides server headers needed to build pluggable modules.
58
-
59
56
Package: tarantool-modules
60
57
Conflicts: tarantool-plugins (<< 1.5.3)
61
58
Replaces: tarantool-plugins (<< 1.5.3)
@@ -72,21 +69,9 @@ Description: Tarantool in-memory database - all plug-ins bundle
72
69
This package provides (or depends on) all Tarantool additional
73
70
modules.
74
71
75
- Package: tarantool-sql-module
76
- Conflicts:
77
- tarantool-postgresql-plugin (<< 1.5.3),
78
- tarantool-mysql-plugin (<< 1.5.3)
79
- Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
80
- Priority: optional
81
- Depends: ${shlibs:Depends}, ${misc:Depends},
82
- tarantool (= ${binary:Version})
83
- Description: Tarantool in-memory database - PostgreSQL connector
84
- Tarantool is an in-memory database and Lua application server.
85
- This package contains a connector to PostgreSQL database for
86
- Tarantool Lua stored procedures.
87
-
88
72
Package: tarantool-postgresql-module
89
73
Conflicts: tarantool-postgresql-plugin (<< 1.5.3)
74
+ Replaces: tarantool-postgresql-plugin
90
75
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
91
76
Priority: optional
92
77
Depends: ${shlibs:Depends}, ${misc:Depends},
@@ -99,6 +84,7 @@ Description: Tarantool in-memory database - PostgreSQL connector
99
84
100
85
Package: tarantool-mysql-module
101
86
Conflicts: tarantool-mysql-plugin (<< 1.5.3)
87
+ Replaces: tarantool-mysql-plugin
102
88
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
103
89
Priority: optional
104
90
Depends: ${shlibs:Depends}, ${misc:Depends},
@@ -109,48 +95,3 @@ Description: Tarantool in-memory database - MySQL connector
109
95
This package contains a connector to MySQL database for Tarantool
110
96
Lua stored procedures.
111
97
112
- Package: tarantool-sophia-module
113
- Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
114
- Priority: optional
115
- Depends: ${shlibs:Depends}, ${misc:Depends},
116
- tarantool (= ${binary:Version})
117
- Description: Tarantool in-memory database - sophia bindings
118
- Tarantool is an in-memory database and Lua application server.
119
- This package contains a bindings to the Sophia database for
120
- Tarantool Lua stored procedures.
121
-
122
- Package: tarantool-client
123
- Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
124
- Priority: optional
125
- Depends: ${shlibs:Depends}, ${misc:Depends}
126
- Suggests: tarantool-client-dbg
127
- Description: Tarantool in-memory database - command line client
128
- Tarantool is an in-memory database and Lua application server.
129
- This package provides a command line client for Tarantool
130
- server with support of readline, command history, reader of
131
- server binary logs and snapshot files.
132
-
133
- Package: tarantool-client-dbg
134
- Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
135
- Priority: extra
136
- Section: debug
137
- Depends: ${shlibs:Depends}, ${misc:Depends},
138
- tarantool-client (= ${binary:Version})
139
- Description: Tarantool in-memory database - client debugging symbols
140
- Tarantool is an in-memory database and Lua application server.
141
- This package provides debugging symbols for the command line
142
- client.
143
-
144
- Package: libtarantool-dev
145
- Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
146
- Priority: optional
147
- Section: libdevel
148
- Depends: ${shlibs:Depends}, ${misc:Depends}
149
- Conflicts:
150
- libtarantool1 (<< 1.5.2),
151
- libtarantoolnet1 (<< 1.5.2),
152
- libtarantoolsql1 (<< 1.5.2),
153
- libtarantoolrpl1 (<< 1.5.2)
154
- Description: Tarantool in-memory database - development headers
155
- Tarantool is an in-memory database and Lua application server.
156
- This package provides headers for tarantool client.
0 commit comments