[neon/qt6/qt6-tools/Neon/release] debian: new attempt
Carlos De Maine
null at kde.org
Wed Dec 13 03:30:15 GMT 2023
Git commit 1410bbebdf266f0b4fb17eafec36e2c115cc19bf by Carlos De Maine.
Committed on 13/12/2023 at 04:30.
Pushed by carlosdem into branch 'Neon/release'.
new attempt
M +5 -2 debian/rules
https://invent.kde.org/neon/qt6/qt6-tools/-/commit/1410bbebdf266f0b4fb17eafec36e2c115cc19bf
diff --git a/debian/rules b/debian/rules
index e036ac0..412ba36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,13 @@
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
-export DEB_BUILD_OPTIONS=nodoc nocheck
-export DEB_BUILD_PROFILES=nodoc
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"
+
+
# need gcc 12.1 for mold to be able to process --gdb-index
export CC=gcc-12
export CXX=g++-12
More information about the Neon-commits
mailing list