diff --git a/debian/util.sh b/debian/util.sh index 7452be5591..f024a8c9c0 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -387,12 +387,12 @@ build_all () { [ -n "$archs" ] || archs="amd64 i386" if [ -z "$distros" ]; then case "$(lsb_release -is)" in - Ubuntu) - distros="utopic trusty" - ;; Debian) distros="sid jessie wheezy" ;; + Ubuntu) + distros="utopic trusty" + ;; *) echo "Unknown distribution" exit -1