diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-12-31 11:23:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-31 11:23:56 +0200 |
commit | 47f3a6b6990859c4f3d2e1178ca25ca42752cc8a (patch) | |
tree | 50bf265a187c395be3abd3f2582e224a5720000b | |
parent | 6443e754f60a025f43cb7e60913110a5a187bdca (diff) |
debian/control: Build-Depend on cmake
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5e9d7f3..1f7899f 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: ucode Maintainer: Paul Spooren <mail@aparcar.org> -Section: misc +Section: interpreters Priority: optional Standards-Version: 0.0.20220322-1 -Build-Depends: debhelper-compat (= 12), libjson-c-dev +Build-Depends: debhelper-compat (= 12), cmake, pkg-config, libjson-c-dev Package: ucode Architecture: any |