[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: TOP_BUILD_DIR

Carlos De Maine null at kde.org
Sat Jun 24 03:38:53 BST 2023


Git commit bfa1d2b06aa65983f22fa2f1b782f7b1788d66b5 by Carlos De Maine.
Committed on 24/06/2023 at 02:38.
Pushed by carlosdem into branch 'Neon/unstable'.

TOP_BUILD_DIR

M  +1    -2    debian/rules

https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/bfa1d2b06aa65983f22fa2f1b782f7b1788d66b5

diff --git a/debian/rules b/debian/rules
index fc5932f..51903ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,11 +14,10 @@ override_dh_auto_clean:
 
 execute_after_dh_auto_clean:
 	rm -rf build5
-	mkdir build5 && cp -r source build5 && cp -r debian build5
 
 override_dh_auto_configure:
 	QT_SELECT=qt6 dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
-	QT_SELECT=qt5 dh_auto_configure -Bbuild5 -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) 
+	QT_SELECT=qt5 dh_auto_configure -Bbuild5 -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) TOP_BUILD_DIR=/workspace/build5
 
 override_dh_auto_build:
 	dh_auto_build


More information about the Neon-commits mailing list