[neon/kde/breeze-plymouth/Neon/unstable] debian: layout improvement

Carlos De Maine null at kde.org
Sat May 10 15:19:21 BST 2025


Git commit d5be44ceec3ae86c850765c9611e264e39e650c0 by Carlos De Maine.
Committed on 10/05/2025 at 14:19.
Pushed by carlosdem into branch 'Neon/unstable'.

layout improvement

M  +2    -2    debian/rules

https://invent.kde.org/neon/kde/breeze-plymouth/-/commit/d5be44ceec3ae86c850765c9611e264e39e650c0

diff --git a/debian/rules b/debian/rules
index ac08108..1283f8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,14 @@ export DEB_CFLAGS_MAINT_APPEND  = -Werror -Wno-error=unused-result -Wno-error=si
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions -Wl,--as-needed
 
 #UNAME_OS := $(shell lsb_release -sd)
-UNAME_VERSION := $(shell sed -n "/^set(PROJECT_VERSION .*)$$/ {s/[^0-9.]//g;p}" CMakeLists.txt)
+#UNAME_VERSION := $(shell sed -n "/^set(PROJECT_VERSION .*)$$/ {s/[^0-9.]//g;p}" CMakeLists.txt)
 UNAME_TYPE := $(shell uname_type="$(TYPE)"; echo "$${uname_type}")
 UNAME_DIST := $(shell uname_dist="$(DIST)"; echo "$${uname_dist}")
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DDISTRO_NAME='KDE neon ${UNAME_TYPE} ${UNAME_DIST} ${DEB_TARGET_ARCH}' -DDISTRO_LOGO=neon -DDISTRO_VERSION='KDE Plasma ${UNAME_VERSION}'
+	dh_auto_configure -- -DDISTRO_NAME='KDE neon ${UNAME_TYPE} ${UNAME_DIST} - ${DEB_TARGET_ARCH}' -DDISTRO_LOGO=neon -DDISTRO_VERSION='KDE Plasma ${UNAME_VERSION}'
 
 override_dh_auto_install:
 	dh_auto_install


More information about the Neon-commits mailing list