[neon/kde/breeze-plymouth/Neon/stable] debian: fudge the line endings

Carlos De Maine null at kde.org
Sat Sep 13 05:03:30 BST 2025


Git commit dc0b3c6b41e6dd9000e5a895f6c241f7acf2ef3a by Carlos De Maine.
Committed on 13/09/2025 at 04:03.
Pushed by carlosdem into branch 'Neon/stable'.

fudge the line endings

M  +5    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 221ae9b..e43f2f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,11 @@ 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} edition /n' -DDISTRO_LOGO=neon -DDISTRO_VERSION='KDE Plasma ${UNAME_VERSION} /n ${UNAME_DIST} - ${DEB_TARGET_ARCH}'
+	dh_auto_configure -- -DDISTRO_LOGO=neon \
+	-DDISTRO_NAME='KDE neon ${UNAME_TYPE} edition
+	' \
+	-DDISTRO_VERSION='KDE Plasma ${UNAME_VERSION} 
+	${UNAME_DIST} - ${DEB_TARGET_ARCH}'
 
 override_dh_auto_install:
 	dh_auto_install


More information about the Neon-commits mailing list