mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
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.
This commit is contained in:
parent
753282f38a
commit
3a651f12da
2
debian/bootstrap.sh
vendored
2
debian/bootstrap.sh
vendored
@ -744,7 +744,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user