[neon/qt6/qt6-tools/Neon/release] debian: no export

Carlos De Maine null at kde.org
Wed Dec 13 04:00:57 GMT 2023


Git commit 3518dbd8e4304d79a501ef411719886455036822 by Carlos De Maine.
Committed on 13/12/2023 at 05:00.
Pushed by carlosdem into branch 'Neon/release'.

no export

M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/3518dbd8e4304d79a501ef411719886455036822

diff --git a/debian/rules b/debian/rules
index f69b1ff..ecda3af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 ### uncomment when bootstrapping a new qt release
-export DEB_BUILD_OPTIONS:=${DEB_BUILD_OPTIONS} nodoc
-export DEB_BUILD_PROFILES:=${DEB_BUILD_PROFILES} nodoc
+DEB_BUILD_OPTIONS := $DEB_BUILD_OPTIONS nodoc
+DEB_BUILD_PROFILES := $DEB_BUILD_PROFILES nodoc
 
 
 # need gcc 12.1 for mold to be able to process --gdb-index


More information about the Neon-commits mailing list