mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-10277: [debian] install debug symbols along with freeswitch-all package to avoid users with unusable backtraces
This commit is contained in:
Vendored
+1
-1
@@ -343,7 +343,7 @@ print_core_control () {
|
||||
cat <<EOF
|
||||
Package: freeswitch-all
|
||||
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)
|
||||
Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
||||
$(debian_wrap "${fs_description}")
|
||||
|
||||
Reference in New Issue
Block a user