diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-14 15:56:27 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-14 15:56:27 +0300 |
commit | 635ff6ecb2a172003ec614cade4cb1c683bb968e (patch) | |
tree | 8cb656f61688348466e00836323b8769184aaa71 /debian | |
parent | 99c528be13035e240c63e62ca571cfc55fd0578d (diff) | |
download | sciteco-635ff6ecb2a172003ec614cade4cb1c683bb968e.tar.gz |
Debian: explicitly depend on a C compiler as well
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
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 <robin.haberkorn@googlemail.com> -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 |