forked from Mirrors/freeswitch
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
|
@ -744,7 +744,7 @@ Architecture: any
|
||||||
Provides: $(list_freeswitch_all_dbg_provides)
|
Provides: $(list_freeswitch_all_dbg_provides)
|
||||||
Replaces: $(list_freeswitch_all_dbg_replaces)
|
Replaces: $(list_freeswitch_all_dbg_replaces)
|
||||||
Breaks: $(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
|
Description: debugging symbols for FreeSWITCH
|
||||||
$(debian_wrap "${fs_description}")
|
$(debian_wrap "${fs_description}")
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in New Issue