[neon/qt6/qt6-base/Neon/unstable] debian: simplify
Carlos De Maine
null at kde.org
Wed Dec 4 12:36:18 GMT 2024
Git commit 0b48204108919fbe37b7840873d8dfc27d138d72 by Carlos De Maine.
Committed on 04/12/2024 at 12:36.
Pushed by carlosdem into branch 'Neon/unstable'.
simplify
M +2 -2 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/0b48204108919fbe37b7840873d8dfc27d138d72
diff --git a/debian/rules b/debian/rules
index 7f8945b..3e461ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@ 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_PROFILES := ${DEB_BUILD_PROFILES} nodoc
+export DEB_BUILD_PROFILES = nodoc
$(info $$DEB_BUILD_PROFILES is [${DEB_BUILD_PROFILES }])
-export DEB_BUILD_OPTIONS := ${DEB_BUILD_OPTIONS} nodoc
+export DEB_BUILD_OPTIONS = nodoc
$(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS }])
More information about the Neon-commits
mailing list