From f525d8f09ec0e60effe70623a19c700a3a202db0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 26 Aug 2025 17:42:52 +0300 Subject: bumped minimum GCC version to v8.1 Scintilla v5.5.7 officially requires at least GCC v9, but if it's only the charconv header that's required from newer releases, v8.1 will probably do as well. We assume so until proven wrong. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3c6cf63..7cadc4f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sciteco Section: editors Priority: optional Maintainer: Robin Haberkorn -Build-Depends: debhelper (>= 10), dh-exec, gcc (>= 4:5.0), g++ (>= 4:5.0), +Build-Depends: debhelper (>= 10), dh-exec, gcc (>= 4:8.1), g++ (>= 4:8.1), libglib2.0-dev (>= 2.44), ncurses-term, libncurses-dev, libgtk-3-dev (>= 3.12), xvfb, -- cgit v1.2.3