From 9ae26ff50d26f3aaa614d20cceb2e57451261cb7 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 3 Jun 2013 06:13:35 +0000 Subject: [PATCH] Have modules depend on a particular version of libfreeswitch1 At this point we never want someone running a module against a different version of FS than the module was built for. It's also conceivable that you could want to use the modules with libfreeswitch1 even if you weren't running FS itself. --- debian/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index aa852937f3..473bae5539 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -747,7 +747,7 @@ print_mod_control () { Package: freeswitch-${module_name//_/-} Section: ${m_section} Architecture: any -$(debian_wrap "Depends: \${shlibs:Depends}, \${misc:Depends}, freeswitch, ${depends}") +$(debian_wrap "Depends: \${shlibs:Depends}, \${misc:Depends}, libfreeswitch1 (= \${binary:Version}), ${depends}") $(debian_wrap "Recommends: ${recommends}") $(debian_wrap "Suggests: freeswitch-${module_name//_/-}-dbg, ${suggests}") Description: ${description} for FreeSWITCH