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 <smcv@debian.org>
This commit is contained in:
Simon McVittie
2024-11-07 16:20:33 +00:00
committed by Aurélien COUDERC
parent 072015d829
commit 909e50e323
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -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 <debian-qt-kde@lists.debian.org> 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
+8
View File
@@ -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