From c409d4f6e7b5542334e1ee93522cfbb62042cafa Mon Sep 17 00:00:00 2001
From: Peter Palfrader <peter@palfrader.org>
Date: Wed, 2 May 2012 20:16:08 +0000
Subject: obfsproxy: skip more ubuntus

git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@525 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
---
 sbuild-override-dist-obfsproxy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbuild-override-dist-obfsproxy b/sbuild-override-dist-obfsproxy
index e72eddf..bcd5b67 100755
--- a/sbuild-override-dist-obfsproxy
+++ b/sbuild-override-dist-obfsproxy
@@ -4,7 +4,7 @@ dist="$1"
 dsc="$2"
 
 case "$dist" in
-	lenny)
+	lenny|lucid|maverick|natty)
 		echo SKIP
 		;;
 	squeeze)
-- 
cgit v1.2.3