From e0dbcb36848ccadb3d1f80103b42a2ec3d69679f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 23:16:49 +0100 Subject: [PATCH] Building with GNOME 45 variants (Closes: #1052112). Signed-off-by: Daniel Baumann --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index f3692b0..f4b18db 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f -EXTENSIONS_VERSION = 44 +EXTENSIONS_VERSION = 45 -GNOME_SHELL_DEPENDS_LOW = 43 -GNOME_SHELL_DEPENDS_HIGH = 45 +GNOME_SHELL_DEPENDS_LOW = 45 +GNOME_SHELL_DEPENDS_HIGH = 46 %: dh ${@} --no-parallel