From 909e50e323627062762d249dc1d441b47af6bc2e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 7 Nov 2024 16:20:33 +0000 Subject: [PATCH] Replace logo-text-version* with logo-text* equivalents in testing/unstable During the development cycle for a new Debian release, there is no version number that is applicable, so in contexts that would normally display the logo with distro name and version (such as gdm), use the version with only the distro name instead. Closes: #1086954 Signed-off-by: Simon McVittie --- debian/changelog | 7 +++++++ debian/desktop-base.links | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 debian/desktop-base.links diff --git a/debian/changelog b/debian/changelog index 8127972..f1a88d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +desktop-base (14.0.0~pre1) UNRELEASED; urgency=medium + + [ Simon McVittie ] + * Use logos without version number for testing/unstable. + + -- Debian Qt/KDE Maintainers Mon, 11 Aug 2025 12:26:13 +0200 + desktop-base (13.0.3) unstable; urgency=medium * Fix incongruous black background in logo-text.svg and diff --git a/debian/desktop-base.links b/debian/desktop-base.links new file mode 100644 index 0000000..125b984 --- /dev/null +++ b/debian/desktop-base.links @@ -0,0 +1,8 @@ +# During the testing/unstable cycle there is no version number, so if the +# logo with text and version number is requested, use the one with only text. +# Comment these out when the theme is updated for a new stable release, +# and reinstate them after the stable release. +usr/share/desktop-base/debian-logos/logo-text.svg usr/share/desktop-base/debian-logos/logo-text-version.svg +usr/share/desktop-base/debian-logos/logo-text-64.png usr/share/desktop-base/debian-logos/logo-text-version-64.png +usr/share/desktop-base/debian-logos/logo-text-128.png usr/share/desktop-base/debian-logos/logo-text-version-128.png +usr/share/desktop-base/debian-logos/logo-text-256.png usr/share/desktop-base/debian-logos/logo-text-version-256.png