FS-10277: [debian] install debug symbols along with freeswitch-all package to avoid users with unusable backtraces
This commit is contained in:
parent
13d5dff27d
commit
e3ef041517
|
@ -343,7 +343,7 @@ print_core_control () {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Package: freeswitch-all
|
Package: freeswitch-all
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: freeswitch-meta-all (= \${binary:Version})
|
Depends: freeswitch-meta-all (= \${binary:Version}), freeswitch-meta-all-dbg (= \${binary:Version})
|
||||||
Conflicts: freeswitch-all (<= 1.6.7)
|
Conflicts: freeswitch-all (<= 1.6.7)
|
||||||
Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
||||||
$(debian_wrap "${fs_description}")
|
$(debian_wrap "${fs_description}")
|
||||||
|
|
Loading…
Reference in New Issue