summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2023-12-29 00:06:38 +0000
committerSimon McVittie <smcv@debian.org>2023-12-29 00:06:38 +0000
commite0ca4156c6378a1734e7807e0b5756268f5cb9ec (patch)
tree46f265563beb95e5738864d632a36e632d5f9fcb
parent28f8f8ab00d4921582969b8f1ab705c545a87816 (diff)
d/control: Explicitly depend on gir1.2-girepository-2.0
GIRepository is imported by the main script. At the moment it's part of 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.
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 3f48b5c9..d139dd36 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,7 @@ Homepage: https://wiki.gnome.org/Apps/Music
Package: gnome-music
Architecture: any
Depends: gir1.2-adw-1 (>= 1.0),
+ gir1.2-girepository-2.0,
gir1.2-glib-2.0 (>= 1.35.9),
gir1.2-goa-1.0 (>= 3.35.90),
gir1.2-grilo-0.3 (>= 0.3.15-1.1~),