From 27c4995ce92164e7971d96a81cf8230b420766ef Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Jul 2018 23:46:52 +0100 Subject: [PATCH] Hard-code compatible Shell versions for this branch ${gnome:Version} doesn't understand the +really workaround. --- debian/control | 4 ++-- debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 1e163eec..d062d1fc 100644 --- a/debian/control +++ b/debian/control @@ -20,8 +20,8 @@ Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions Package: gnome-shell-extensions Architecture: all Depends: ${misc:Depends}, - gnome-shell (>= ${gnome:Version}), - gnome-shell (<< ${gnome:NextVersion}), + gnome-shell (>= 3.28), + gnome-shell (<< 3.29), gir1.2-atk-1.0, gir1.2-clutter-1.0, gir1.2-gdkpixbuf-2.0, diff --git a/debian/control.in b/debian/control.in index 673e6d05..9a2f0c3c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -16,8 +16,8 @@ Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions Package: gnome-shell-extensions Architecture: all Depends: ${misc:Depends}, - gnome-shell (>= ${gnome:Version}), - gnome-shell (<< ${gnome:NextVersion}), + gnome-shell (>= 3.28), + gnome-shell (<< 3.29), gir1.2-atk-1.0, gir1.2-clutter-1.0, gir1.2-gdkpixbuf-2.0,