[neon/qt6/qt6-base/Neon/release] debian: move binary_indep builds to yaml rather than envvar activation

Carlos De Maine null at kde.org
Mon Apr 28 15:39:07 BST 2025


Git commit 20d30e95c4f87a4eed32248c56b7e3f39fb10182 by Carlos De Maine.
Committed on 28/04/2025 at 14:34.
Pushed by carlosdem into branch 'Neon/release'.

move binary_indep builds to yaml rather than envvar activation

A  +3    -0    debian/binary_indep.yaml
M  +1    -4    debian/rules

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

diff --git a/debian/binary_indep.yaml b/debian/binary_indep.yaml
new file mode 100644
index 0000000..17bbdf5
--- /dev/null
+++ b/debian/binary_indep.yaml
@@ -0,0 +1,3 @@
+
+# binary_indep qt6 bootstrap build - true or false
+- true
diff --git a/debian/rules b/debian/rules
index e0ad9a5..faa0aac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
-export DH_VERBOSE = 1
-# uncomment if a bootstrap bic build
-export NEON_QT6_BOOTSTRAP = true
-$(info NEON_QT6_BOOTSTRAP is $(NEON_QT6_BOOTSTRAP))
+#export DH_VERBOSE = 1
 
 # Use already defined DEB_HOST_* variables.
 include /usr/share/dpkg/architecture.mk


More information about the Neon-commits mailing list