From 6d174d72cb2f878d24e6b0053f9f565425c36c1f Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 4 May 2026 20:51:13 +0300 Subject: [PATCH] MT#55283 Fix deb build /usr/include/mosquitto/libcommon_cjson.h:31:10: fatal error: cjson/cJSON.h: No such file or directory 31 | #include | ^~~~~~~~~~~~~~~ Temporary until Sid packaging is fixed. Closes #2101 Change-Id: I485835400634c0d4a32732118aa936eeb8cb9f0f Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135697 (cherry picked from commit 868cafbbc120c37add499dea36e030e5ed5fea77) (cherry picked from commit 6550e2f5c26190bfd4c0b927d4b7c9d4ab741812) --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 10e984314..9de5a58d4 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: libavutil-dev (>= 6:10), libbcg729-dev , libbencode-perl, + libcjson-dev, libcrypt-openssl-rsa-perl, libcrypt-rijndael-perl, libcurl4-openssl-dev | libcurl4-gnutls-dev,