[neon/libraries/qxmpp/Neon/release] debian: no need for a build dir

Carlos De Maine null at kde.org
Wed Feb 25 00:38:56 GMT 2026


Git commit 9c93b62118d08c89b6a2049da2ccdd0de1341d22 by Carlos De Maine.
Committed on 25/02/2026 at 00:38.
Pushed by carlosdem into branch 'Neon/release'.

no need for a build dir

M  +1    -1    debian/rules

https://invent.kde.org/neon/libraries/qxmpp/-/commit/9c93b62118d08c89b6a2049da2ccdd0de1341d22

diff --git a/debian/rules b/debian/rules
index d593911..c2ff909 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,6 @@ CMAKEOPTS = -DBUILD_DOCUMENTATION=ON \
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure --builddirectory=build-Qt6 -- $(CMAKEOPTS) -DBUILD_WITH_QT6=ON -DQT_VERSION_MAJOR=6
+	dh_auto_configure -- $(CMAKEOPTS) -DBUILD_WITH_QT6=ON -DQT_VERSION_MAJOR=6
 
 .PHONY: override_dh_auto_test-indep


More information about the Neon-commits mailing list