From 8e35369c97593ab75ae5f9b8837e47cbf017b6d3 Mon Sep 17 00:00:00 2001 From: Stanislav Sinyagin Date: Tue, 3 May 2016 08:50:27 +0200 Subject: [PATCH] FS-5936 wrong dependency on freeswitch-mod-esl --- debian/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index ec461cd253..6470fdb0aa 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -361,7 +361,7 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch Package: python-esl Section: python Architecture: any -Depends: \${shlibs:Depends}, \${misc:Depends}, \${python:Depends}, freeswitch-mod-esl (= \${binary:Version}) +Depends: \${shlibs:Depends}, \${misc:Depends}, \${python:Depends} Description: Cross-Platform Scalable Multi-Protocol Soft Switch $(debian_wrap "${fs_description}") . @@ -370,7 +370,7 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch Package: libesl-perl Section: perl Architecture: any -Depends: \${shlibs:Depends}, \${misc:Depends}, \${perl:Depends}, freeswitch-mod-esl (= \${binary:Version}) +Depends: \${shlibs:Depends}, \${misc:Depends}, \${perl:Depends} Description: Cross-Platform Scalable Multi-Protocol Soft Switch $(debian_wrap "${fs_description}") .