]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5936 wrong dependency on freeswitch-mod-esl
authorStanislav Sinyagin <ssinyagin@k-open.com>
Tue, 3 May 2016 06:50:27 +0000 (08:50 +0200)
committerStanislav Sinyagin <ssinyagin@k-open.com>
Tue, 3 May 2016 06:50:27 +0000 (08:50 +0200)
debian/bootstrap.sh

index ec461cd253986f952ab53a333b3bffe3ee3f0b77..6470fdb0aa46a43484ff156bc92728809fa3e5eb 100755 (executable)
@@ -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}")
  .