diff -Nru gcc-12-cross-11ubuntu1/debian/changelog gcc-12-cross-12ubuntu1/debian/changelog --- gcc-12-cross-11ubuntu1/debian/changelog 2022-09-12 15:25:07.000000000 +0000 +++ gcc-12-cross-12ubuntu1/debian/changelog 2022-09-21 15:23:53.000000000 +0000 @@ -1,3 +1,15 @@ +gcc-12-cross (12ubuntu1) kinetic; urgency=medium + + * Build using gcc 12.2.0-3ubuntu1. + + -- Matthias Klose Wed, 21 Sep 2022 17:23:53 +0200 + +gcc-12-cross (12) unstable; urgency=medium + + * Build using gcc 12.2.0-3. + + -- Matthias Klose Wed, 21 Sep 2022 17:13:33 +0200 + gcc-12-cross (11ubuntu1) kinetic; urgency=medium * Build using gcc 12.2.0-2ubuntu1. diff -Nru gcc-12-cross-11ubuntu1/debian/control gcc-12-cross-12ubuntu1/debian/control --- gcc-12-cross-11ubuntu1/debian/control 2022-09-12 15:25:07.000000000 +0000 +++ gcc-12-cross-12ubuntu1/debian/control 2022-09-21 15:23:53.000000000 +0000 @@ -4,8 +4,8 @@ Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose Standards-Version: 4.6.0 -Build-Depends: gcc-12-source (>= 12.2.0-1~), - gcc-12-base (>= 12.2.0-1~), +Build-Depends: gcc-12-source (>= 12.2.0-3~), + gcc-12-base (>= 12.2.0-3~), 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-12-cross-11ubuntu1/debian/rules gcc-12-cross-12ubuntu1/debian/rules --- gcc-12-cross-11ubuntu1/debian/rules 2022-08-23 10:08:30.000000000 +0000 +++ gcc-12-cross-12ubuntu1/debian/rules 2022-09-21 15:23:48.000000000 +0000 @@ -15,8 +15,8 @@ GCC_VER := $(shell dpkg-parsechangelog |egrep ^Source:|cut -f2 -d' '|cut -f2 -d'-') ifeq ($(GCC_VER),12) - MIN_VER_GCC := 12.2.0-1~ - PPA_VER_GCC := 12.2.0-1~ + MIN_VER_GCC := 12.2.0-3~ + PPA_VER_GCC := 12.2.0-3~ endif ifndef MIN_VER_GCC @@ -32,6 +32,7 @@ DEB_VER_ACT := $(shell /bin/sh debian/new_cross_version.sh $(if $(filter $(DEB_NAME_ACT), gcc-$(GCC_VER)-cross),arm64,ppc64)) endif CROSS_EXT := cross$(DEB_VER_ACT) +CROSS_EXT := cross2 VER_GCC := $(shell dpkg-parsechangelog -l/usr/src/gcc-${GCC_VER}/debian/changelog | awk '/^Version:/ {print $$2}' | sed 's/-[^-]*$$//') GCC_DIR := /usr/src/gcc-${GCC_VER}