From: Alexey Khabulyak Date: Sun, 16 Feb 2020 19:24:58 +0000 (+0300) Subject: fix hiredis dependency for debian buster X-Git-Tag: v1.10.3^2~149^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F377%2Fhead;p=thirdparty%2Ffreeswitch.git fix hiredis dependency for debian buster --- diff --git a/debian/control-modules b/debian/control-modules index dcf8f29a21..56772fa780 100644 --- a/debian/control-modules +++ b/debian/control-modules @@ -117,7 +117,7 @@ Module: applications/mod_hiredis Description: Redis client support This module provides a mechanism to use Redis as a datastore. Build-Depends: libhiredis-dev -Depends: libhiredis0.10 | libhiredis0.13 +Depends: libhiredis0.10 | libhiredis0.13 | libhiredis0.14 Module: applications/mod_httapi Description: HT-TAPI Hypertext Telephony API