[neon/kde/breeze-plymouth/Neon/release] debian: makefile conditional formatting hopefully
Carlos De Maine
null at kde.org
Thu Sep 11 11:25:40 BST 2025
Git commit 29bbfe92b0ec14dc0398c6f0022ac9ae88a8c629 by Carlos De Maine.
Committed on 11/09/2025 at 10:25.
Pushed by carlosdem into branch 'Neon/release'.
makefile conditional formatting hopefully
M +2 -2 debian/rules
https://invent.kde.org/neon/kde/breeze-plymouth/-/commit/29bbfe92b0ec14dc0398c6f0022ac9ae88a8c629
diff --git a/debian/rules b/debian/rules
index 845c21a..6dd0338 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions -Wl,--as-needed
UNAME_VERSION := $(shell sed -n "/^set(PROJECT_VERSION .*)$$/ {s/[^0-9.]//g;p}" CMakeLists.txt)
UNAME_TYPE := $(shell uname_type="$(TYPE)"; echo "$${uname_type}")
-ifeq $(UNAME_TYPE) = "release"
+ifeq ($(UNAME_TYPE), release)
UNAME_TYPE := "user"
endif
-ifeq $(UNAME_TYPE) = "stable"
+ifeq ($(UNAME_TYPE), stable)
UNAME_TYPE := "testing"
endif
More information about the Neon-commits
mailing list