From 0af078b6a97107bca0bf7848583ed6d9a2230109 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sat, 9 Nov 2013 01:06:39 +0000 Subject: [PATCH] Avoid building mod_java on sid for now We're getting dependency errors that seem to be an upstream issue. --- debian/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index b9776f14ac..03953b36c0 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -36,6 +36,7 @@ avoid_mods=( xml_int/mod_xml_radius ) avoid_mods_sid=( + languages/mod_java ) avoid_mods_jessie=( )