From 8f895aaa8c8092c51d01b8dbf38f4c86ed887caf Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 21 Aug 2025 11:49:34 -0300 Subject: [PATCH] gitlab-ci, devel-docs: Add instructions on maintaining DEB_VERSION --- .gitlab-ci.yml | 2 +- devel-docs/os-support.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6985f48a9f..daffeff410 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,7 +80,7 @@ workflow: - 'runner_system_failure' - 'scheduler_failure' needs: [] - # Default Docker image (unless otherwise defined) + # Default Docker image (keep variables: DEB_VERSION: consistent with devel-docs/os-support.txt) image: debian:${DEB_VERSION} variables: DEB_VERSION: "bookworm" diff --git a/devel-docs/os-support.txt b/devel-docs/os-support.txt index c7d07a61f9..cd57c31d13 100644 --- a/devel-docs/os-support.txt +++ b/devel-docs/os-support.txt @@ -9,11 +9,13 @@ developers maintaining GIMP for this platform will decide. ### GNU/Linux, *BSD… -Until GIMP 3.0 release, Debian 12 "bookworm" stable will be our baseline target. +Debian 12 "bookworm" stable is our baseline target. I.e. that we can bump a minimum dependency version only if it is in Debian -bookworm. +bookworm. See: https://developer.gimp.org/core/setup/build/linux/#supported-distributions -After GIMP 3.0 release, we might get back to depend on Debian Testing. +(NOTE TO MAINTAINERS: +If you update this file, so update DEB_VERSION +on .gitlab-ci.yml too) ### macOS