diff options
| author | Michael Biebl <biebl@debian.org> | 2024-02-13 22:38:57 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-02-13 22:39:28 +0100 |
| commit | 71d0337003e2ee5365c46873038577994eeff6c0 (patch) | |
| tree | 8c2eaa0eb7d6a2f7bdda6d150f7dd35dbcb00f61 | |
| parent | 64bca1f183ead1d3e5b8bd514f43f6b934d2226b (diff) | |
Switch Build-Depends on obsolete pkg-config to pkgconf
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 879f439f..f10ca424 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), debhelper (>= 13.11.6), dh-sequence-gir, automake (>= 1.12), - pkg-config, + pkgconf, gettext (>= 0.19.8), libglib2.0-dev (>= 2.42), ppp-dev, |