From 219bb4c620389cc8c80b33994daf194852fd34f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 3 Oct 2022 14:23:59 +0200 Subject: [PATCH] Provide mock plugin with the test library, not with the tests. --- debian/control | 5 +++-- debian/libnymea-tests.install.in | 1 + debian/nymea-tests.install.in | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index be87fe29..b1f54698 100644 --- a/debian/control +++ b/debian/control @@ -105,6 +105,7 @@ Depends: ${shlibs:Depends}, libnymea-core (= ${binary:Version}) Description: nymea-tests library - library Shared resources for nymea-tests. + This package provides also the mock plugin for the tests. Package: libnymea-tests-dev @@ -128,8 +129,8 @@ Depends: nymea (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libnymea-tests (= ${binary:Version}) -Description: nymea automated tests and mock plugin - tests - Automated tests and mock plugin for the nymea daemon. +Description: nymea automated tests - tests + Automated tests for the nymea daemon. Package: libnymea1 diff --git a/debian/libnymea-tests.install.in b/debian/libnymea-tests.install.in index acf94743..31cacb54 100644 --- a/debian/libnymea-tests.install.in +++ b/debian/libnymea-tests.install.in @@ -1,3 +1,4 @@ usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1 usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1.0 usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1.0.0 +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmock.so diff --git a/debian/nymea-tests.install.in b/debian/nymea-tests.install.in index b68fb716..d87f0046 100644 --- a/debian/nymea-tests.install.in +++ b/debian/nymea-tests.install.in @@ -1,2 +1 @@ usr/bin/nymeatest* -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmock.so