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