Source: budgie-control-center Version: 1.4.0-5 Severity: normal Tags: patch trixie sid
While checking the status of GNOME Team packages that have not been uploaded during the trixie cycle, I noticed that libgnomekbd is not used by GNOME itself, only by Cinnamon and GNOME Flashback (gnome-screensaver). budgie-control-center_1.4.0-5{,.1} has a build-dependency on libgnomekbd-dev but does not appear to use it. Please remove this build-dependency, for example by applying the attached patch with `git am` (you'll also need to `git commit --amend` to replace `Closes: #-1` with the correct bug number). I have verified using diffoscope that building 1.4.0-5.1 without the attached patch, and then rebuilding with the attached patch applied, produces identical binary packages. Thanks, smcv
>From 5935cad96a0e0360d1e25731ec3286235a412053 Mon Sep 17 00:00:00 2001 From: Simon McVittie <s...@debian.org> Date: Mon, 13 Jan 2025 13:21:45 +0000 Subject: [PATCH] d/control: Remove unused build-dependency on libgnomekbd-dev Closes: #-1 --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 465204848..98f992aaf 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Build-Depends: debhelper-compat (= 13), libgirepository1.0-dev, libglib2.0-dev (>= 2.68.0), libgnome-desktop-3-dev (>= 42.3), - libgnomekbd-dev (>= 2.91.91), libibus-1.0-dev (>= 1.5.2), libgsound-dev, libgtk-3-dev (>= 3.22.20), -- 2.47.1