From 067135902933cf0fe7a03e1aabe274f720caddd8 Mon Sep 17 00:00:00 2001 From: Joachim Zobel Date: Sat, 15 Apr 2023 09:16:14 +0200 Subject: [PATCH] enabled MQTT for debuild --- README.md | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9364daa9..2456fedd 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ The ones attached to the release are meant for bookworm. These and packages for bullseye are also provided through a repository graciously provided by [Cloudsmith](https://cloudsmith.com). +Those debian packages are built with MQTT support. + The setup of the repository is also [explained by Cloudsmith](https://cloudsmith.io/~volkszaehler/repos/volkszaehler-org-project/setup/#formats-deb). This boils down to adding a file to /etc/apt/sources.list.d/ containing diff --git a/debian/control b/debian/control index de61fb24..664e02e2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 13), pkg-config (>= 0.25), libjson-c-dev (>= 0.9), libcurl4-openssl-dev (>= 7.19), libmicrohttpd-dev (>= 0.4.6), libsml-dev (>= 1.0), cmake, libsasl2-dev, libssl-dev, libgcrypt-dev, libgnutls28-dev, uuid-dev, libunistring-dev, - libgmock-dev, libgtest-dev, pandoc + libgmock-dev, libgtest-dev, pandoc, libmosquitto-dev Standards-Version: 4.6.1 Homepage: http://wiki.volkszaehler.org/software/controller/vzlogger Vcs-Git: git://github.com/volkszaehler/volkszaehler.org.git