From 21a79e3fbb26f04476f2eef0a43fde46a9db155a Mon Sep 17 00:00:00 2001 From: Tyler Cross Date: Thu, 29 Oct 2015 11:33:42 -0600 Subject: [PATCH] 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. --- debian/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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