about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-04-25 18:59:09 +0200
committerMichael Biebl <biebl@debian.org>2024-04-25 18:59:09 +0200
commita0c57554dfbee3d97ffa0921f512a2c25365d808 (patch)
tree5320aa41b67458bd9a7b9c0dcb71bb8f06d327f1 /debian
parent7865c723417aad4138c560f6a9e2d08540d91a20 (diff)
Add explicit Build-Depends on gir1.2-gio-2.0-dev
Fixes the following warning during build:

 dh_girepository: warning: Missing Build-Depends: gir1.2-gio-2.0-dev (ideally with <!nogir>)
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 0c10dd92..26893545 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends: debhelper-compat (= 13),
                libsystemd-dev (>= 209),
                libudev-dev (>= 175),
                libgirepository1.0-dev,
+               gir1.2-gio-2.0-dev,
                gir1.2-girepository-2.0,
                gobject-introspection,
                python3-gi,