Source: gcc-16 Version: 16-20251214-1 Severity: normal Tags: patch X-Debbugs-Cc: [email protected]
Dear Debian GCC Maintainers & especially Matthias Klose, While preparing a backport of gcc-16 from experimental to Trixie, I noticed that the autopkgtests are run against gcc-15 (etc) and not gcc-16. Attached is a patch. Many thanks for these packages! -- Michael R. Crusoe
From 7f18aafac57231509f72fb3c170992c8be3a7f66 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <[email protected]> Date: Tue, 20 Jan 2026 19:01:10 +0100 Subject: [PATCH] d/tests/control: fix dependencies to be for -16, not -15 --- debian/changelog | 4 ++++ debian/tests/control | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0fdfb6ac..be282298 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ gcc-16 (16-20260119-2) UNRELEASED; urgency=medium + [ Matthias Klose ] * Allow configuring libxml2 include and lib directories. + [ Michael R. Crusoe ] + * d/tests/control: fix dependencies to be for -16, not -15 + -- Matthias Klose <[email protected]> Thu, 22 Jan 2026 07:15:01 +0100 gcc-16 (16-20260119-1) experimental; urgency=medium diff --git a/debian/tests/control b/debian/tests/control index c7579296..f7696843 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,36 +3,36 @@ Depends: apt, python3-minimal Restrictions: allow-stderr Tests: libc-link -Depends: gcc-15, libc6-dev | libc-dev +Depends: gcc-16, libc6-dev | libc-dev Tests: libstdcxx-link -Depends: g++-15 +Depends: g++-16 Tests: libgfortran-link -Depends: gfortran-15 +Depends: gfortran-16 Tests: libgo-link -Depends: gccgo-15 +Depends: gccgo-16 Tests: libgomp-link -Depends: gfortran-15, gcc-15 +Depends: gfortran-16, gcc-16 Tests: libgm2-link -Depends: gm2-15 +Depends: gm2-16 Tests: libgnat-link -Depends: gnat-15 +Depends: gnat-16 Tests: libgcobol-link Architecture: arm64 amd64 -Depends: gcobol-15 +Depends: gcobol-16 Tests: libga68-link -Depends: ga68-15 +Depends: ga68-16 Tests: libgphobos-link -Depends: gdc-15 +Depends: gdc-16 Architecture: !powerpc !ppc64 !ppc64el Tests: shlib-build -Depends: gcc-15, libc6-dev | libc-dev +Depends: gcc-16, libc6-dev | libc-dev -- 2.47.3
OpenPGP_signature.asc
Description: OpenPGP digital signature

