diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2025-01-18 23:21:15 +0200 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2025-01-18 23:21:15 +0200 |
commit | 60c0e5eae99204d8822f6193f4bf2b9b565c2c59 (patch) | |
tree | 1cc4a42733ae42d0a0bf1d97c2f38863e1556f60 | |
parent | 1fa771fc91c02f17ee701baaa4356b9a2b6a6713 (diff) |
debian/control: pkg-config now called pkgconf
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 30740b1..5f86076 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: interpreters Priority: optional Standards-Version: 4.5.0 Rules-Requires-Root: no -Build-Depends: debhelper-compat (= 12), cmake, pkg-config, libjson-c-dev +Build-Depends: debhelper-compat (= 12), cmake, pkgconf, libjson-c-dev Homepage: https://github.com/jow-/ucode Vcs-Browser: https://github.com/jow-/ucode Vcs-Git: https://github.com/jow-/ucode.git |