[neon/qt6/qt6-base/Neon/release] debian: make it a oneliner
Carlos De Maine
null at kde.org
Mon Apr 28 05:36:56 BST 2025
Git commit 5e355ef10fbf126666f4640b31594340aa80fb9d by Carlos De Maine.
Committed on 28/04/2025 at 04:36.
Pushed by carlosdem into branch 'Neon/release'.
make it a oneliner
M +1 -2 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/5e355ef10fbf126666f4640b31594340aa80fb9d
diff --git a/debian/rules b/debian/rules
index 2f17847..9213815 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
export DH_VERBOSE = 1
# uncomment if a bootstrap bic build
-export NEON_QT6_BOOTSTRAP = true
-printf "${GREEN}NEON_QT6_BOOTSTRAP is \$${NEON_QT6_BOOTSTRAP};\"
+export NEON_QT6_BOOTSTRAP = true && 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