From: Tyler Cross Date: Thu, 29 Oct 2015 17:33:42 +0000 (-0600) Subject: FS-8398: Added event_handlers/mod_amqp to avoided modules for Ubuntu 14.04 Trusty X-Git-Tag: v1.6.5~5^2~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a79e3fbb26f04476f2eef0a43fde46a9db155a;p=thirdparty%2Ffreeswitch.git FS-8398: Added event_handlers/mod_amqp to avoided modules for Ubuntu 14.04 Trusty This change makes it so that event_handlers/mod_amqp is avoided when building debian packages for Ubuntu 14.04 (Trusty). If this module is packaged there is a dependency issue related to the rabbitmq libraries. Avoiding the module was the simplest solution to achieve debian packaging on the Ubuntu 14.04 OS. --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 43468800ae..2163c06947 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -70,13 +70,14 @@ avoid_mods_wheezy=( languages/mod_managed applications/mod_av applications/mod_cv - applications/mod_hiredis + applications/mod_hiredis formats/mod_shout applications/mod_sonar applications/mod_soundtouch formats/mod_vlc ) avoid_mods_trusty=( + event_handlers/mod_amqp ) avoid_mods_utopic=( directories/mod_ldap