mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
Fix dependency of freeswitch-all-dbg
Previously we were trying to rely on freeswitch-all providing freeswitch, but that doesn't seem to work as expected.
This commit is contained in:
parent
a14ad62e32
commit
e6ec1478ef
2
debian/bootstrap.sh
vendored
2
debian/bootstrap.sh
vendored
@ -744,7 +744,7 @@ Architecture: any
|
||||
Provides: $(list_freeswitch_all_dbg_provides)
|
||||
Replaces: $(list_freeswitch_all_dbg_replaces)
|
||||
Breaks: $(list_freeswitch_all_dbg_replaces)
|
||||
Depends: \${misc:Depends}, freeswitch (= \${binary:Version})
|
||||
Depends: \${misc:Depends}, freeswitch-all (= \${binary:Version})
|
||||
Description: debugging symbols for FreeSWITCH
|
||||
$(debian_wrap "${fs_description}")
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user