diff --git a/debian/control b/debian/control
index 26a2b8ec76f9962992dbb1f4382237072c96a6d2..95eb6f407cdbe9f64800abddd2eb6e528c736f3d 100644
--- a/debian/control
+++ b/debian/control
@@ -156,8 +156,9 @@ Priority: optional
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libtarantool1 (= ${binary:Version}),
+ libtarantoolnet1 (= ${binary:Version}),
  libtarantoolsql1 (= ${binary:Version}),
- libtarantoolnet1 (= ${binary:Version})
+ libtarantoolrpl1 (= ${binary:Version})
 Description: high performance key/value storage server
  Tarantool is an open-source NoSQL database, developed by Mail.ru.
  Its key properties include:
@@ -248,3 +249,40 @@ Description: high performance key/value storage server
  .
  This package provides debug symbols for libtarantoolsql1.
 
+Package: libtarantoolrpl1
+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 (xlog and replication support).
+
+Package: libtarantoolrpl1-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 libtarantoolrpl1.
diff --git a/debian/libtarantool-dev.install b/debian/libtarantool-dev.install
index 20276062a4b2db88849a5ee90efaa9b588b2e13c..a0d82291e6361fde7d299d008a7f0bb8110766e9 100644
--- a/debian/libtarantool-dev.install
+++ b/debian/libtarantool-dev.install
@@ -4,5 +4,7 @@ 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/
+build-area/connector/c/tntrpl/*.so          /usr/lib/
+build-area/connector/c/tntrpl/*.a           /usr/lib/
 connector/c/include/tarantool/*             /usr/include/tarantool/
 
diff --git a/debian/libtarantoolrpl1.install b/debian/libtarantoolrpl1.install
new file mode 100644
index 0000000000000000000000000000000000000000..b424e52df2aef88f920504d6769884d180ea83b5
--- /dev/null
+++ b/debian/libtarantoolrpl1.install
@@ -0,0 +1,3 @@
+build-area/connector/c/tntrpl/libtarantoolrpl.so.1.1  /usr/lib/
+build-area/connector/c/tntrpl/libtarantoolrpl.so.1    /usr/lib/
+