diff -Nru cloud-utils-0.27/debian/changelog cloud-utils-0.27/debian/changelog --- cloud-utils-0.27/debian/changelog 2015-02-05 16:44:31.000000000 +0000 +++ cloud-utils-0.27/debian/changelog 2016-03-08 15:56:50.000000000 +0000 @@ -1,3 +1,10 @@ +cloud-utils (0.27-0ubuntu9.2) trusty-proposed; urgency=medium + + * ubuntu-cloudimg-query: Add s390x and powerpc architectures. LP: + #1554589 + + -- Dimitri John Ledkov Tue, 08 Mar 2016 15:53:46 +0000 + cloud-utils (0.27-0ubuntu9.1) trusty-proposed; urgency=medium * packages should Breaks/Replaces the pre-splitup version of cloud-utils diff -Nru cloud-utils-0.27/debian/patches/more-arches.patch cloud-utils-0.27/debian/patches/more-arches.patch --- cloud-utils-0.27/debian/patches/more-arches.patch 1970-01-01 00:00:00.000000000 +0000 +++ cloud-utils-0.27/debian/patches/more-arches.patch 2016-03-08 15:57:24.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Add s390x and powerpc architectures. +Author: Dimitri John Ledkov +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1554589 + +--- cloud-utils-0.27.orig/bin/ubuntu-cloudimg-query ++++ cloud-utils-0.27/bin/ubuntu-cloudimg-query +@@ -172,7 +172,7 @@ for i in "$@"; do + rel*) stream="released";; + daily) stream=${i};; + server|desktop) bname=${i};; +- i386|amd64|x86_64|armhf|ppc64el|arm64) ++ i386|amd64|x86_64|armhf|ppc64el|arm64|s390x|powerpc) + arch=${i}; + [ "${i}" = "x86_64" ] && arch="amd64";; + *-*-[0-9]) region=${i};; diff -Nru cloud-utils-0.27/debian/patches/series cloud-utils-0.27/debian/patches/series --- cloud-utils-0.27/debian/patches/series 2015-02-05 16:07:28.000000000 +0000 +++ cloud-utils-0.27/debian/patches/series 2016-03-08 15:57:10.000000000 +0000 @@ -1 +1,2 @@ sync-to-trunk.patch +more-arches.patch