[neon/qt6/qt6-base/Neon/release] debian: use prinf instead

Carlos De Maine null at kde.org
Mon Apr 28 05:31:55 BST 2025


Git commit 177b97a14047ab8f5eb11bc601e69cd8d0c0a5f4 by Carlos De Maine.
Committed on 28/04/2025 at 04:31.
Pushed by carlosdem into branch 'Neon/release'.

use prinf instead

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/177b97a14047ab8f5eb11bc601e69cd8d0c0a5f4

diff --git a/debian/rules b/debian/rules
index de57721..2f17847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export DH_VERBOSE = 1
 # uncomment if a bootstrap bic build
 export NEON_QT6_BOOTSTRAP = true
-echo "NEON_QT6_BOOTSTRAP is \$${NEON_QT6_BOOTSTRAP};\"
+printf "${GREEN}NEON_QT6_BOOTSTRAP is \$${NEON_QT6_BOOTSTRAP};\"
 
 # Use already defined DEB_HOST_* variables.
 include /usr/share/dpkg/architecture.mk


More information about the Neon-commits mailing list