diff -Nru cross-toolchain-base-ports-22ubuntu0.2/debian/changelog cross-toolchain-base-ports-22ubuntu0.3/debian/changelog --- cross-toolchain-base-ports-22ubuntu0.2/debian/changelog 2018-09-17 08:30:34.000000000 +0000 +++ cross-toolchain-base-ports-22ubuntu0.3/debian/changelog 2018-09-20 13:04:07.000000000 +0000 @@ -1,8 +1,9 @@ -cross-toolchain-base-ports (22ubuntu0.2) bionic-proposed; urgency=medium +cross-toolchain-base-ports (22ubuntu0.3) bionic-proposed; urgency=medium * SRU: LP: #1769657. Rebuild using updated toolchain packages. + * Don't go beyond the first version available in cosmic. - -- Matthias Klose Mon, 17 Sep 2018 10:30:34 +0200 + -- Matthias Klose Thu, 20 Sep 2018 15:04:07 +0200 cross-toolchain-base-ports (22ubuntu1) cosmic; urgency=medium diff -Nru cross-toolchain-base-ports-22ubuntu0.2/debian/rules cross-toolchain-base-ports-22ubuntu0.3/debian/rules --- cross-toolchain-base-ports-22ubuntu0.2/debian/rules 2018-09-17 08:30:34.000000000 +0000 +++ cross-toolchain-base-ports-22ubuntu0.3/debian/rules 2018-09-20 13:02:13.000000000 +0000 @@ -22,6 +22,8 @@ DEB_SVER_ACT := $(shell dpkg-parsechangelog| sed -n 's/^Version: \(.*\)/\1/p') DEB_VER_ACT := $(shell /bin/sh debian/new_cross_version.sh $(if $(filter $(DEB_NAME_ACT), cross-toolchain-base),ppc64el,ppc64)) CROSS_EXT := cross$(DEB_VER_ACT) +# SRU update for bionic. Don't go beyond the first version available in cosmic +CROSS_EXT := cross1.$(DEB_VER_ACT) HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)