From 2be5f52d837484762d6fe98e7eb10e4b71d1e169 Mon Sep 17 00:00:00 2001
From: Dmitry Simonenko <pmwkaa@gmail.com>
Date: Fri, 8 Nov 2013 18:28:23 +0400
Subject: [PATCH] gh#110: suggest to use a debug symbol packages.

---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index fbd20a1467..c4b38c3ef3 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Package: tarantool
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}, tarantool-common
-Suggests: libmr-tarantool-perl, libdr-tarantool-perl
+Suggests: tarantool-dbg, tarantool-client-dbg, libmr-tarantool-perl, libdr-tarantool-perl
 Description: high performance key/value storage server
  Tarantool is an open-source NoSQL database, developed by Mail.ru.
  Its key properties include:
@@ -61,7 +61,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
  tarantool (= ${binary:Version}),
  tarantool-postgresql-plugin,
  tarantool-mysql-plugin
-Suggests: libmr-tarantool-perl, libdr-tarantool-perl
+Suggests: tarantool-dbg, tarantool-client-dbg, libmr-tarantool-perl, libdr-tarantool-perl
 Description: high performance key/value storage server
  Tarantool is an open-source NoSQL database, developed by Mail.ru.
  Its key properties include:
@@ -81,7 +81,7 @@ Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends},
  tarantool (= ${binary:Version})
-Suggests: libmr-tarantool-perl, libdr-tarantool-perl
+Suggests: tarantool-dbg, tarantool-client-dbg, libmr-tarantool-perl, libdr-tarantool-perl
 Description: high performance key/value storage server
  Tarantool is an open-source NoSQL database, developed by Mail.ru.
  Its key properties include:
@@ -102,7 +102,7 @@ Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends},
  tarantool (= ${binary:Version})
-Suggests: libmr-tarantool-perl, libdr-tarantool-perl
+Suggests: tarantool-dbg, tarantool-client-dbg, libmr-tarantool-perl, libdr-tarantool-perl
 Description: high performance key/value storage server
  Tarantool is an open-source NoSQL database, developed by Mail.ru.
  Its key properties include:
@@ -142,7 +142,7 @@ Package: tarantool-client
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: libmr-tarantool-perl
+Suggests: tarantool-dbg, tarantool-client-dbg, libmr-tarantool-perl, libdr-tarantool-perl
 Description: high performance key/value storage server
  Tarantool is an open-source NoSQL database, developed by Mail.ru.
  Its key properties include:
-- 
GitLab