From 982a89c19e18d690d4d2e74b831d713b17eea7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Sat, 11 May 2024 13:20:58 +0200 Subject: [PATCH] Update dependency for Ubuntu noble --- debian/compat | 2 +- debian/control | 19 ++++++------------- debian/copyright | 2 +- 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/debian/compat b/debian/compat index ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 3343270e..0392ea4b 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9.0.0), libqt5websockets5-dev, libqt5bluetooth5, libqt5sql5-sqlite, - libqt5dbus5, + libqt5dbus5 | libqt5dbus5t64, libssl-dev, rsync, qml-module-qtquick2, @@ -127,9 +127,9 @@ Package: nymea-tests Section: devel Architecture: any Multi-Arch: same -Depends: nymea (= ${binary:Version}), - ${shlibs:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends}, + nymea (= ${binary:Version}), libnymea-tests (= ${binary:Version}), influxdb, Description: nymea automated tests - tests @@ -171,21 +171,14 @@ Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, - libqt5network5, - libqt5gui5, - libqt5sql5, - libqt5xml5, - libqt5dbus5, - libqt5websockets5, - libqt5bluetooth5, - libqt5sql5-sqlite, - libcap2-bin, logrotate, bluez, tar, iputils-tracepath, iputils-ping, qml-module-qtquick2, + libqt5sql5-sqlite, + libcap2-bin, dnsutils, Description: nymea:core internal - library Internal library for nymea:core. @@ -225,4 +218,4 @@ Recommends: nymea-qtcreator-wizards, crossbuilder, Suggests: libnymea-core-dev (= ${binary:Version}) Description: The nymea SDK. - Meta-Package for everything required to develop on nymea. + Meta-Package for everything required to develop nymea integration plugins. diff --git a/debian/copyright b/debian/copyright index 64e0bfd5..c1b1022c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nymea Upstream-Contact: nymea GmbH -Copyright: 2013-2020, nymea GmbH +Copyright: 2013-2024, nymea GmbH Download: http://www.github.com/nymea/nymea Source: https://github.com/nymea/nymea.git