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),