From a5163770b3c279911e4059e5373a6d3ad1f94d3c Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 23 May 2019 13:45:11 +0200 Subject: [PATCH] Depennd on pkg-config, now that we don't do that implicitly any more --- debian/control | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 49137f05..e4a1e073 100644 --- a/debian/control +++ b/debian/control @@ -170,14 +170,15 @@ Package: libnymea1-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libnymea1 (= ${binary:Version}), - ${shlibs:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends}, + libnymea1 (= ${binary:Version}), + libqt5websockets5-dev, + pkg-config, python:any, - rsync, qtconnectivity5-dev, qttools5-dev-tools, - libqt5websockets5-dev, + rsync, Replaces: libguh1-dev Description: An open source IoT server - development files The nymea daemon is a plugin based IoT (Internet of Things) server. The