diff -Nru gcc-10-cross-18ubuntu1/debian/changelog gcc-10-cross-19ubuntu1/debian/changelog --- gcc-10-cross-18ubuntu1/debian/changelog 2021-08-30 12:44:25.000000000 +0000 +++ gcc-10-cross-19ubuntu1/debian/changelog 2022-09-12 15:57:10.000000000 +0000 @@ -1,3 +1,15 @@ +gcc-10-cross (19ubuntu1) kinetic; urgency=medium + + * Build using gcc 10.4.0-5ubuntu1. + + -- Matthias Klose Mon, 12 Sep 2022 17:57:10 +0200 + +gcc-10-cross (19) unstable; urgency=medium + + * Build using gcc 10.4.0-5. + + -- Matthias Klose Thu, 08 Sep 2022 15:25:51 +0200 + gcc-10-cross (18ubuntu1) impish; urgency=medium * Build using gcc 10.3.0-8ubuntu1. diff -Nru gcc-10-cross-18ubuntu1/debian/control gcc-10-cross-19ubuntu1/debian/control --- gcc-10-cross-18ubuntu1/debian/control 2021-08-30 12:44:25.000000000 +0000 +++ gcc-10-cross-19ubuntu1/debian/control 2022-09-12 15:57:10.000000000 +0000 @@ -4,8 +4,8 @@ Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose Standards-Version: 4.5.1 -Build-Depends: gcc-10-source (>= 10.3.0-8~), - gcc-10-base (>= 10.3.0-8~), +Build-Depends: gcc-10-source (>= 10.4.0-5~), + gcc-10-base (>= 10.4.0-5~), binutils-multiarch (>= 2.35.2-2), autoconf, bison (>= 1:2.3), chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, diff -Nru gcc-10-cross-18ubuntu1/debian/rules gcc-10-cross-19ubuntu1/debian/rules --- gcc-10-cross-18ubuntu1/debian/rules 2021-08-30 12:44:25.000000000 +0000 +++ gcc-10-cross-19ubuntu1/debian/rules 2022-09-08 13:28:42.000000000 +0000 @@ -20,8 +20,8 @@ endif ifeq ($(GCC_VER),10) - MIN_VER_GCC := 10.3.0-8~ - PPA_VER_GCC := 10.3.0-8~ + MIN_VER_GCC := 10.4.0-5~ + PPA_VER_GCC := 10.4.0-5~ endif ifndef MIN_VER_GCC