mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
Fix debian lang-* recommends on sounds-*
Thanks to Richard Neese for pointing out the erroneous results.
This commit is contained in:
Vendored
+1
-1
@@ -808,7 +808,7 @@ print_lang_control () {
|
||||
Package: freeswitch-lang-${lang//_/-}
|
||||
Architecture: all
|
||||
Depends: \${misc:Depends}
|
||||
Recommends: freeswitch-sounds-en-${lang} (= \${binary:Version})
|
||||
Recommends: freeswitch-sounds-${lang} (= \${binary:Version})
|
||||
Description: ${lang_name} language files for FreeSWITCH
|
||||
$(debian_wrap "${fs_description}")
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user