diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-26 17:42:52 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-26 17:42:52 +0300 |
commit | f525d8f09ec0e60effe70623a19c700a3a202db0 (patch) | |
tree | 5f342770c9f8cce8fe95de71d1f48543b4a3b9c4 /debian/control | |
parent | fe26ef49fef38f63a790968aeefafd2abdaf757e (diff) | |
download | sciteco-f525d8f09ec0e60effe70623a19c700a3a202db0.tar.gz |
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 <robin.haberkorn@googlemail.com> -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, |