diff -Nru gcc-8-cross-ports-27ubuntu1/debian/changelog gcc-8-cross-ports-27ubuntu2/debian/changelog --- gcc-8-cross-ports-27ubuntu1/debian/changelog 2020-03-05 13:30:41.000000000 +0000 +++ gcc-8-cross-ports-27ubuntu2/debian/changelog 2020-03-25 12:11:31.000000000 +0000 @@ -1,3 +1,9 @@ +gcc-8-cross-ports (27ubuntu2) focal; urgency=medium + + * Build using gcc 8.4.0-3ubuntu1. + + -- Matthias Klose Wed, 25 Mar 2020 13:11:31 +0100 + gcc-8-cross-ports (27ubuntu1) focal; urgency=medium * Build using gcc 8.4.0-1ubuntu1. diff -Nru gcc-8-cross-ports-27ubuntu1/debian/control gcc-8-cross-ports-27ubuntu2/debian/control --- gcc-8-cross-ports-27ubuntu1/debian/control 2020-03-05 13:30:41.000000000 +0000 +++ gcc-8-cross-ports-27ubuntu2/debian/control 2020-03-25 12:11:19.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose Standards-Version: 4.5.0 -Build-Depends: gcc-8-source (>= 8.4.0-1~), binutils-multiarch (>= 2.30-11), +Build-Depends: gcc-8-source (>= 8.4.0-3~), binutils-multiarch (>= 2.30-11), autoconf2.64, autogen, bison (>= 1:2.3), chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf (>= 3.0.1), lib32gcc1-x32-cross [amd64 arm64 i386 ppc64el], lib64gcc1-x32-cross [amd64 arm64 i386 ppc64el], lib32gcc1-ppc64-cross [amd64 i386 x32], lib32gcc1-sparc64-cross [amd64 i386 x32], diff -Nru gcc-8-cross-ports-27ubuntu1/debian/rules gcc-8-cross-ports-27ubuntu2/debian/rules --- gcc-8-cross-ports-27ubuntu1/debian/rules 2020-03-04 19:34:22.000000000 +0000 +++ gcc-8-cross-ports-27ubuntu2/debian/rules 2020-03-25 12:11:13.000000000 +0000 @@ -50,8 +50,8 @@ endif ifeq ($(GCC_VER),8) - MIN_VER_GCC := 8.4.0-1~ - PPA_VER_GCC := 8.4.0-1~ + MIN_VER_GCC := 8.4.0-3~ + PPA_VER_GCC := 8.4.0-3~ endif ifndef MIN_VER_GCC