[neon/kde/breeze-plymouth/Neon/release] debian: no need for inverted commas in makefile

Carlos De Maine null at kde.org
Thu Sep 11 11:33:26 BST 2025


Git commit 013aadaba1725675616c2818034f162dbbb63ae2 by Carlos De Maine.
Committed on 11/09/2025 at 10:33.
Pushed by carlosdem into branch 'Neon/release'.

no need for inverted commas in makefile

M  +2    -2    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 6dd0338..9a15cb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,10 +11,10 @@ UNAME_VERSION := $(shell sed -n "/^set(PROJECT_VERSION .*)$$/ {s/[^0-9.]//g;p}"
 
 UNAME_TYPE := $(shell uname_type="$(TYPE)"; echo "$${uname_type}")
 ifeq ($(UNAME_TYPE), release)
-UNAME_TYPE := "user"
+UNAME_TYPE := user
 endif
 ifeq ($(UNAME_TYPE), stable)
-UNAME_TYPE := "testing"
+UNAME_TYPE := testing
 endif
 
 UNAME_DIST := $(shell uname_dist="$(DIST)"; echo "$${uname_dist}")


More information about the Neon-commits mailing list