From: Travis Cross Date: Sat, 4 Jan 2014 19:57:25 +0000 (+0000) Subject: Fix dependency of freeswitch-all-dbg X-Git-Tag: v1.4.2~1^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ec1478efe72aba2afa0ff4169f0f3256c84a94;p=thirdparty%2Ffreeswitch.git 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. --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index dbe0491ee4..aea8a3fe68 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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}") .