[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: declare the variables
Carlos De Maine
null at kde.org
Sat Jun 24 03:59:00 BST 2023
Git commit 166f120e87becfdb78d86ff14fc44ce2349212ea by Carlos De Maine.
Committed on 24/06/2023 at 02:58.
Pushed by carlosdem into branch 'Neon/unstable'.
declare the variables
M +2 -2 debian/rules
https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/166f120e87becfdb78d86ff14fc44ce2349212ea
diff --git a/debian/rules b/debian/rules
index 51903ee..90b51a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,11 +17,11 @@ execute_after_dh_auto_clean:
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) TOP_BUILD_DIR=/workspace/build5
+ QT_SELECT=qt5 dh_auto_configure -Bbuild5 -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) top_srcdir=$$PWD top_builddir=$$shadowed($$PWD)
override_dh_auto_build:
dh_auto_build
- dh_auto_build -Bbuild5
+ dh_auto_build -Bbuild5 top_srcdir=$$PWD top_builddir=$$shadowed($$PWD)
override_dh_auto_install:
More information about the Neon-commits
mailing list