[neon/kde/breeze-plymouth/Neon/unstable] debian: comment out the build flag instead
Carlos De Maine
null at kde.org
Sat May 10 15:46:56 BST 2025
Git commit 4d222d22a483c2db60e1568f1d1ff097d622b289 by Carlos De Maine.
Committed on 10/05/2025 at 14:46.
Pushed by carlosdem into branch 'Neon/unstable'.
comment out the build flag instead
M +2 -2 debian/rules
https://invent.kde.org/neon/kde/breeze-plymouth/-/commit/4d222d22a483c2db60e1568f1d1ff097d622b289
diff --git a/debian/rules b/debian/rules
index 1283f8a..b82413a 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