Avoid mod_shout on sid/jessie for now

On sid the build breaks on "undefined reference to symbol
'ogg_sync_init'".  We'll just avoid mod_shout on sid/jessie until this
is worked out.
This commit is contained in:
Travis Cross 2014-10-30 01:24:09 +00:00
parent 1922dfdd63
commit 2054230571

2
debian/bootstrap.sh vendored
View File

@ -35,9 +35,11 @@ avoid_mods=(
xml_int/mod_xml_radius
)
avoid_mods_sid=(
formats/mod_shout
languages/mod_java
)
avoid_mods_jessie=(
formats/mod_shout
)
avoid_mods_wheezy=(
)