From ceede5fbc032279292992f90c7bc1828c720c367 Mon Sep 17 00:00:00 2001
From: Hugo Lefeuvre <hle@owl.eu.com>
Date: Sun, 21 Oct 2018 13:15:32 +0200
Subject: [PATCH] packaging: missing libqt5sql5-sqlite dependency

Add missing libqt5sql5-sqlite entry to the ring binary package
dependencies. This bug was fixed in 2ae32538 and reintroduced later.

Change-Id: If8cfe0a09aca5c52c14fb352190be15134c503c7
Gitlab: #925
---
 packaging/rules/debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packaging/rules/debian/control b/packaging/rules/debian/control
index 471d298e..e90cd4a2 100644
--- a/packaging/rules/debian/control
+++ b/packaging/rules/debian/control
@@ -82,6 +82,7 @@ Package: ring
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libqt5sql5-sqlite,
          ring-daemon (=${binary:Version})
 Replaces: ring-gnome
 Conflicts: ring-gnome
-- 
GitLab