[neon/kde/breeze-plymouth/Neon/unstable] debian: more environmental variables
Carlos De Maine
null at kde.org
Sat May 10 14:37:44 BST 2025
Git commit 597d353d3303b9af6f4dc7b149a766716ff5fb0c by Carlos De Maine.
Committed on 10/05/2025 at 13:37.
Pushed by carlosdem into branch 'Neon/unstable'.
more environmental variables
M +4 -3 debian/rules
https://invent.kde.org/neon/kde/breeze-plymouth/-/commit/597d353d3303b9af6f4dc7b149a766716ff5fb0c
diff --git a/debian/rules b/debian/rules
index 79d0db3..8110005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,14 @@ 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_OS := $(shell uname_os="$(TYPE)"; echo "$${uname_os}")
-
+UNAME_TYPE := $(shell uname_type="$(TYPE)"; echo "$${uname_type}")
+UNAME_NEONARCHIVE := $(shell uname_neonarchive="$(NEONARCHIVE)"; echo "$${uname_neonarchive}")
+UNAME_DIST := $(shell uname_dist="$(DIST)"; echo "$${uname_dist}")
%:
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DDISTRO_NAME='${UNAME_OS} ${DEB_TARGET_ARCH}' -DDISTRO_LOGO=neon -DDISTRO_VERSION='KDE Plasma ${UNAME_VERSION}'
+ dh_auto_configure -- -DDISTRO_NAME='KDE neon ${UNAME_TYPE} ${UNAME_NEONARCHIVE} ${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