From 3b2aee92fb7cafa52eac30b69d0c067bdddf8b48 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sun, 4 Mar 2018 07:31:42 -0500 Subject: [PATCH] Depend on gir1.2-mutter-2 instead of gir1.2-mutter-1 --- debian/changelog | 4 ++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 59e7137a..14b3621d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ gnome-shell-extensions (3.27.91-2) UNRELEASED; urgency=medium + [ Simon McVittie ] * Recommend gnome-tweaks instead of transitional gnome-tweak-tool + [ Jeremy Bicha ] + * Depend on gir1.2-mutter-2 instead of gir1.2-mutter-1 + -- Simon McVittie Sat, 24 Feb 2018 11:29:41 +0000 gnome-shell-extensions (3.27.91-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 628b2e6e..d4daea06 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Depends: ${misc:Depends}, gir1.2-glib-2.0, gir1.2-gmenu-3.0, gir1.2-gtk-3.0, - gir1.2-mutter-1, + gir1.2-mutter-2, gir1.2-pango-1.0, gvfs (>= 1.16.0), gnome-session-bin (>= 3.8), diff --git a/debian/control.in b/debian/control.in index 2be746a2..01acad07 100644 --- a/debian/control.in +++ b/debian/control.in @@ -23,7 +23,7 @@ Depends: ${misc:Depends}, gir1.2-glib-2.0, gir1.2-gmenu-3.0, gir1.2-gtk-3.0, - gir1.2-mutter-1, + gir1.2-mutter-2, gir1.2-pango-1.0, gvfs (>= 1.16.0), gnome-session-bin (>= 3.8),