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:
Travis Cross 2014-01-04 19:57:25 +00:00
parent a14ad62e32
commit e6ec1478ef
1 changed files with 1 additions and 1 deletions

2
debian/bootstrap.sh vendored
View File

@ -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}")
.