From f3dd5849b5c44dd88af0958865fd96f97f487baa Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Tue, 9 Apr 2013 15:37:10 +0000 Subject: [PATCH] Fix debian lang-* recommends on sounds-* Thanks to Richard Neese for pointing out the erroneous results. --- debian/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 055802cadc..2521a588d0 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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}") .