[neon/qt6/qt6-base/Neon/unstable] debian: debug

Carlos De Maine null at kde.org
Wed Dec 4 12:24:14 GMT 2024


Git commit b1c4370c4a1f81bc0eae415fefe92898497d376e by Carlos De Maine.
Committed on 04/12/2024 at 12:23.
Pushed by carlosdem into branch 'Neon/unstable'.

debug

M  +3    -0    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/b1c4370c4a1f81bc0eae415fefe92898497d376e

diff --git a/debian/rules b/debian/rules
index a9189e0..7f8945b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 #### uncomment when bootstrapping a new qt release ####
 export DEB_BUILD_PROFILES := ${DEB_BUILD_PROFILES} nodoc
+$(info $$DEB_BUILD_PROFILES is [${DEB_BUILD_PROFILES }])
 export DEB_BUILD_OPTIONS := ${DEB_BUILD_OPTIONS} nodoc
+$(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS }])
+
 
 sslpkgname := $(shell dpkg-query --show '--showformat=$${Depends}' libssl-dev | cut -d ' ' -f1)
 


More information about the Neon-commits mailing list