Source: gnome-shell-extension-just-perfection Version: 36.0-3 Severity: minor Tags: patch
Hi, I've found two minor issues in the control file: - the Homepage URL seems copied from disable-workspace-switcher, - the Vcs-Git URL does not end with ".git". Patch attached, hope it's useful. All the best -- Grzegorz Szymaszek *** 0001-debian-control-fix-Homepage-and-Vcs-Git-URLs.patch >From e2a5627ee39506ab4026c39f44f561ee5f3cee7d Mon Sep 17 00:00:00 2001 From: Grzegorz Szymaszek <[email protected]> Date: Fri, 26 Jun 2026 17:58:26 +0200 Subject: [PATCH] debian/control: fix Homepage and Vcs-Git URLs Signed-off-by: Grzegorz Szymaszek <[email protected]> --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c6b6ad6..02f007b 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,9 @@ Build-Depends: libxml2-utils, unzip, Standards-Version: 4.7.4 -Homepage: https://github.com/jbradaric/disable-workspace-switcher +Homepage: https://gitlab.gnome.org/jrahmatzadeh/just-perfection Vcs-Browser: https://forgejo.debian.net/gnome/gnome-shell-extension-just-perfection -Vcs-Git: https://forgejo.debian.net/gnome/gnome-shell-extension-just-perfection +Vcs-Git: https://forgejo.debian.net/gnome/gnome-shell-extension-just-perfection.git Package: gnome-shell-extension-just-perfection Section: gnome -- 2.53.0

