diff -Nru gcc-11-cross-ports-8ubuntu1.1/debian/changelog gcc-11-cross-ports-8ubuntu1.2/debian/changelog --- gcc-11-cross-ports-8ubuntu1.1/debian/changelog 2022-08-22 14:26:44.000000000 +0100 +++ gcc-11-cross-ports-8ubuntu1.2/debian/changelog 2023-03-29 23:16:56.000000000 +0100 @@ -1,3 +1,10 @@ +gcc-11-cross-ports (8ubuntu1.2) jammy; urgency=medium + + * SRU: LP: #2002429: Build using GCC 11.3.0-1ubuntu1~22.04.1 for 22.04 + LTS. + + -- Dimitri John Ledkov Wed, 29 Mar 2023 23:16:56 +0100 + gcc-11-cross-ports (8ubuntu1.1) jammy-proposed; urgency=medium * SRU: LP: #1970233: Build using GCC 11.3.0 for 22.04 LTS. diff -Nru gcc-11-cross-ports-8ubuntu1.1/debian/control gcc-11-cross-ports-8ubuntu1.2/debian/control --- gcc-11-cross-ports-8ubuntu1.1/debian/control 2022-08-22 14:26:44.000000000 +0100 +++ gcc-11-cross-ports-8ubuntu1.2/debian/control 2023-03-29 23:16:56.000000000 +0100 @@ -1,11 +1,12 @@ Source: gcc-11-cross-ports Section: devel Priority: optional -Maintainer: Debian GCC Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose Standards-Version: 4.6.0 -Build-Depends: gcc-11-source (>= 11.3.0-0~), - gcc-11-base (>= 11.3.0-0~), +Build-Depends: gcc-11-source (>= 11.3.0-1ubuntu1~22.04.1), + gcc-11-base (>= 11.3.0-1ubuntu1~22.04.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-8ubuntu1.1/debian/rules gcc-11-cross-ports-8ubuntu1.2/debian/rules --- gcc-11-cross-ports-8ubuntu1.1/debian/rules 2022-08-22 14:18:35.000000000 +0100 +++ gcc-11-cross-ports-8ubuntu1.2/debian/rules 2023-03-29 23:16:49.000000000 +0100 @@ -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-0~ - PPA_VER_GCC := 11.3.0-0~ + MIN_VER_GCC := 11.3.0-1ubuntu1~22.04.1 + PPA_VER_GCC := 11.3.0-1ubuntu1~22.04.1 endif ifndef MIN_VER_GCC