From 5503d7b4af5a28f9ec6e40655cfbfd0e051968b8 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 4 Nov 2019 14:39:06 +0100 Subject: [PATCH 1/2] Make it build with api changes --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8cedb1a..1840e05 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: options Maintainer: Michael Zanetti Build-depends: libboblight-dev, debhelper (>= 0.0.0), - libnymea1-dev, + libnymea1-dev (>= 0.17), libnymea-mqtt-dev, libqt5serialport5-dev, libqt5websockets5-dev, From 2442c7a3369ff119163b67fab5aa00348b23537f Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 19 Nov 2019 20:17:34 +0100 Subject: [PATCH 2/2] Bump version to match nymea --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 54ba9dc..1a95625 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +nymea-plugins (0.17.0) UNRELEASED; urgency=medium + + + -- Michael Zanetti Tue, 19 Nov 2019 20:17:07 +0100 + nymea-plugins (0.16.0) xenial; urgency=medium [ Bernhard Trinnes ]