From 635ff6ecb2a172003ec614cade4cb1c683bb968e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 14 Aug 2025 15:56:27 +0300 Subject: Debian: explicitly depend on a C compiler as well --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a5cdc76..a35e968 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: sciteco Section: editors Priority: optional Maintainer: Robin Haberkorn -Build-Depends: debhelper (>= 10), dh-exec, g++ (>= 4:5.0), libglib2.0-dev (>= 2.44), +Build-Depends: debhelper (>= 10), dh-exec, gcc (>= 4:5.0), g++ (>= 4:5.0), + libglib2.0-dev (>= 2.44), ncurses-term, libncurses-dev, libgtk-3-dev (>= 3.12), xvfb, groff -- cgit v1.2.3