diff -Nru gcc-11-cross-ports-10ubuntu1/debian/changelog gcc-11-cross-ports-10ubuntu1.1/debian/changelog --- gcc-11-cross-ports-10ubuntu1/debian/changelog 2022-09-12 15:43:39.000000000 +0000 +++ gcc-11-cross-ports-10ubuntu1.1/debian/changelog 2023-05-30 15:53:59.000000000 +0000 @@ -1,3 +1,9 @@ +gcc-11-cross-ports (10ubuntu1.1) kinetic-proposed; urgency=medium + + * SRU: LP: #2019465. Backport GCC 11.4 to 22.04 LTS. + + -- Matthias Klose Tue, 30 May 2023 17:53:59 +0200 + gcc-11-cross-ports (10ubuntu1) kinetic; urgency=medium * Build using gcc 11.3.0-6ubuntu1. diff -Nru gcc-11-cross-ports-10ubuntu1/debian/control gcc-11-cross-ports-10ubuntu1.1/debian/control --- gcc-11-cross-ports-10ubuntu1/debian/control 2022-09-12 15:43:39.000000000 +0000 +++ gcc-11-cross-ports-10ubuntu1.1/debian/control 2023-05-30 15:51:22.000000000 +0000 @@ -4,8 +4,8 @@ Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose Standards-Version: 4.6.1 -Build-Depends: gcc-11-source (>= 11.3.0-6~), - gcc-11-base (>= 11.3.0-6~), +Build-Depends: gcc-11-source (>= 11.4.0-1~), + gcc-11-base (>= 11.4.0-1~), binutils-multiarch (>= 2.37-5), autoconf2.69, bison (>= 1:2.3), chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, diff -Nru gcc-11-cross-ports-10ubuntu1/debian/rules gcc-11-cross-ports-10ubuntu1.1/debian/rules --- gcc-11-cross-ports-10ubuntu1/debian/rules 2022-09-12 15:43:39.000000000 +0000 +++ gcc-11-cross-ports-10ubuntu1.1/debian/rules 2023-05-30 15:51:19.000000000 +0000 @@ -15,8 +15,8 @@ GCC_VER := $(shell dpkg-parsechangelog |egrep ^Source:|cut -f2 -d' '|cut -f2 -d'-') ifeq ($(GCC_VER),11) - MIN_VER_GCC := 11.3.0-6~ - PPA_VER_GCC := 11.3.0-6~ + MIN_VER_GCC := 11.4.0-1~ + PPA_VER_GCC := 11.4.0-1~ endif ifndef MIN_VER_GCC