From 3bd8e2cf2e7fc21a9f643bc29e75c6a177af8849 Mon Sep 17 00:00:00 2001
From: "Dmitry E. Oboukhov" <unera@debian.org>
Date: Thu, 26 Dec 2013 14:38:35 +0400
Subject: [PATCH] Undelete libtarantool-dev (it will contain tp.h, etc)

---
 debian/control | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 4e0c8d920c..93e5aed499 100644
--- a/debian/control
+++ b/debian/control
@@ -101,18 +101,16 @@ Description: Tarantool in-memory database - client debugging symbols
  This package provides debugging symbols for the command line
  client.
 
-#
-## Disable client for 1.6
-#
-# Package: libtarantool-dev
-# Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
-# Priority: optional
-# Section: libdevel
-# Depends: ${shlibs:Depends}, ${misc:Depends},
-#  libtarantool1 (= ${binary:Version}),
-#  libtarantoolnet1 (= ${binary:Version}),
-#  libtarantoolsql1 (= ${binary:Version}),
-#  libtarantoolrpl1 (= ${binary:Version})
-# Description: Tarantool in-memory database - development headers
-#  Tarantool is an in-memory database and Lua application server.
-#  This package provides headers for libtarantool* libraries.
+Package: libtarantool-dev
+Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Priority: optional
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts:
+ libtarantool1 (<< 1.5.2),
+ libtarantoolnet1 (<< 1.5.2),
+ libtarantoolsql1 (<< 1.5.2),
+ libtarantoolrpl1 (<< 1.5.2)
+Description: Tarantool in-memory database - development headers
+ Tarantool is an in-memory database and Lua application server.
+ This package provides headers for tarantool client.
-- 
GitLab