diff options
| author | Simon McVittie <smcv@debian.org> | 2023-12-29 13:32:54 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-12-29 19:34:48 +0100 |
| commit | d864c0c29fc5fcceb3d46c4822d07c0e55fb89cd (patch) | |
| tree | 8629beec0420b1599f947814d1283952bf01924d | |
| parent | 0d7c4c271354f1be67aff1f1c70802c0b09b03c0 (diff) | |
d/control: Explicitly build-depend on gir1.2-girepository-2.0
This is currently a virtual package provided by gir1.2-glib-2.0, but it will need to be split into a separate package during the GNOME 46/GLib 2.79.x cycle. Making this dependency explicit will also help to keep track of which packages will need coordination when PyGI switches from GIRepository 2.0 to GIRepository 3.0, which again is likely to happen during the GNOME 46 cycle. Closes: #1059623
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 83d606f7..9db96262 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-girepository-2.0, gobject-introspection, python3-gi, libpsl-dev (>= 0.1), |