From 5035a59073e07a2dbe90dd94008e9d8b5a2cbd0a Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Tue, 7 Feb 2017 16:11:38 +0100
Subject: Remove trusty and add yakkety to package_all_platforms.sh

Test-Information:

None.

Change-Id: Iaa0bad47c104b9407329d69329f3409af0d62e6d

diff --git a/Swift/Packaging/Debian/package_all_platforms.sh b/Swift/Packaging/Debian/package_all_platforms.sh
index 4d1ef3c..097fe38 100755
--- a/Swift/Packaging/Debian/package_all_platforms.sh
+++ b/Swift/Packaging/Debian/package_all_platforms.sh
@@ -4,8 +4,8 @@
 set -e
 
 ## To get to this stage you need to already have the pbuilder-dist stuff installed, and have already run:
-# for distro in squeeze sid lucid maverick; do
-#  for arch in i386 amd64; do
+# for distro in xenial yakkety jessie sid; do
+#  for arch in amd64; do
 #   pbuilder-dist $distro $arch create
 #  done
 # done
@@ -24,7 +24,7 @@ export SWIFT_FORCE_LUCID="yep"
 unset SWIFT_FORCE_LUCID
 ./package.sh
 
-for distro in trusty xenial jessie sid; do
+for distro in xenial yakkety jessie sid; do
 	for arch in amd64; do
 		pbuilder-dist $distro $arch build *.dsc
 	done
-- 
cgit v0.10.2-6-g49f6