From 3c4a8d33f5e94713ada4bdb100da27364d0771e6 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Wed, 13 Oct 2021 20:26:21 +0300 Subject: [PATCH] [Packaging] Require specific libsofia-sip-ua0 version when installing FreeSWITCH binary packages. --- debian/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 61098cb11a..65830c8cb8 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -371,7 +371,7 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch Package: libfreeswitch1 Architecture: amd64 armhf -Depends: \${shlibs:Depends}, \${misc:Depends} +Depends: \${shlibs:Depends}, \${misc:Depends}, libsofia-sip-ua0 (>= 1.13.5) Recommends: Suggests: libfreeswitch1-dbg Conflicts: freeswitch-all (<= 1.6.7)