diff options
| author | Michael Biebl <biebl@debian.org> | 2024-04-25 19:01:25 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-04-25 19:05:46 +0200 |
| commit | ef3a1af37971c71cf43ce604861d2ea207499998 (patch) | |
| tree | 6f836b51a7d7d5b4aa2a1f9d315f39da577addbb /debian | |
| parent | a0c57554dfbee3d97ffa0921f512a2c25365d808 (diff) | |
Drop Build-Depends on libgirepository1.0-dev
No longer necessary with the gir1.2-gio-2.0-dev build dependency and a recent enough gobject-introspection.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 26893545..309afb4c 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Build-Depends: debhelper-compat (= 13), systemd-dev, libsystemd-dev (>= 209), libudev-dev (>= 175), - libgirepository1.0-dev, gir1.2-gio-2.0-dev, gir1.2-girepository-2.0, gobject-introspection, |