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 1cbbc14724
commit 7b38b4f86b
1 changed files with 2 additions and 0 deletions

2
debian/bootstrap.sh vendored
View File

@ -35,11 +35,13 @@ avoid_mods=(
)
avoid_mods_sid=(
directories/mod_ldap
formats/mod_shout
languages/mod_java
)
avoid_mods_jessie=(
directories/mod_ldap
languages/mod_java
formats/mod_shout
)
avoid_mods_wheezy=(
languages/mod_java