[neon/qt6/qt6-webengine/Neon/release] debian: proper format to export the ENV VAR

Carlos De Maine null at kde.org
Thu Jul 10 05:18:04 BST 2025


Git commit 61262e411c9d8e5a5f696f01b000bfdb75cd66c5 by Carlos De Maine.
Committed on 10/07/2025 at 04:17.
Pushed by carlosdem into branch 'Neon/release'.

proper format to export the ENV VAR

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/61262e411c9d8e5a5f696f01b000bfdb75cd66c5

diff --git a/debian/rules b/debian/rules
index c5c78bc..9dbcdbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/architecture.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
-export DEB_BUILD_OPTIONS='parallel=28'
+export DEB_BUILD_OPTIONS = parallel=28
 export DH_VERBOSE = 1
 
 PARALLEL_OPTION = $(filter parallel=%,$(DEB_BUILD_OPTIONS))


More information about the Neon-commits mailing list