From e5edea387c0b289e4c8bb913ad4d86bb6bf28dc5 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 1 Mar 2018 14:10:30 +0100 Subject: [PATCH] removed precise and zesty which are obsolete --- build_scripts/Debian+Ubuntu/makeSourcePackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh index 4ab7e2aaa..26ebd651b 100755 --- a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh +++ b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh @@ -77,7 +77,7 @@ if test "${useretrotor}" = "true"; then fi if test "${dist}" = "" ; then - dist="precise trusty xenial zesty artful" + dist="trusty xenial artful" fi echo Attempting to get revision number...