Package: lxde Followup-For: Bug #1129763 X-Debbugs-Cc: [email protected], [email protected]
Hi Andrew, the attached patch shall fix this issue. cu Manuel
From f101adc9fe1f2ac71076fb957b9d6db0c45d0ed7 Mon Sep 17 00:00:00 2001 From: Manuel Traut <[email protected]> Date: Tue, 24 Mar 2026 17:50:24 +0100 Subject: [PATCH] Don't recommend mplayer-gui (Closes: #1129763) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mplayer-gui is no longer built by mplayer in Unstable or Testing. According to Debian Policy ยง 2.2.1, it is not allowed for a package in main to recommend a package that is not in main. In the case of alternatives, the first in the list must be in main. If a package is still in Recommends (or even Suggests), apt will keep the package installed even though it no longer is possible for the package to receive security updates. Therefore, please don't recommend mplayer-gui even as an alternative. Signed-off-by: Manuel Traut <[email protected]> --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5ef9879..995c80c 100644 --- a/debian/control +++ b/debian/control @@ -56,7 +56,7 @@ Depends: ${misc:Depends}, Recommends: network-manager-applet | connman-gtk | wicd, deluge | transmission-gtk, evince | pdf-viewer, gnome-disk-utility, - mplayer-gui | smplayer | vlc, gnome-colors, + smplayer | vlc, gnome-colors, gnome-system-tools, gucharmap, firefox-esr | firefox | www-browser, -- 2.53.0
signature.asc
Description: PGP signature

