diff options
| author | Michael Biebl <biebl@debian.org> | 2024-04-25 19:20:05 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-04-25 19:26:09 +0200 |
| commit | ffe682c289ed78768e30d9436eb8eb725ffaa2bb (patch) | |
| tree | 795559f99eb78b6f50671743e855a11219a4929e | |
| parent | ef3a1af37971c71cf43ce604861d2ea207499998 (diff) | |
Add ${gir:Depends}, ${gir:Provides} to libnm-dev
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 309afb4c..bbe2806b 100644 --- a/debian/control +++ b/debian/control @@ -115,9 +115,10 @@ Section: libdevel Architecture: linux-any Multi-Arch: same Depends: ${misc:Depends}, + ${gir:Depends}, libnm0 (= ${binary:Version}), - gir1.2-nm-1.0 (= ${binary:Version}), libglib2.0-dev +Provides: ${gir:Provides} Description: GObject-based client library for NetworkManager (development files) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when |