[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: last attempt
Scarlett Moore
null at kde.org
Wed Sep 20 17:46:43 BST 2023
Git commit c7816a103f86b043bfc04530d5a488cf9b720073 by Scarlett Moore.
Committed on 20/09/2023 at 18:46.
Pushed by scarlettmoore into branch 'Neon/unstable'.
last attempt
M +6 -2 debian/rules
https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/c7816a103f86b043bfc04530d5a488cf9b720073
diff --git a/debian/rules b/debian/rules
index 308c93e..61df7d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,12 @@ override_dh_auto_configure:
mkdir -p build && cd build && QT_SELECT=5 qmake ../Accounts/Accounts.pro -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_build:
- cd build6 && dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp
- cd build && dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp
+ cd build6 && make INSTALL_ROOT=$(CURDIR)/debian/tmp
+ cd build && make INSTALL_ROOT=$(CURDIR)/debian/tmp
+
+override_dh_auto_install:
+ cd build6 && dh_auto_install
+ cd build && dh_auto_install
override_dh_auto_test:
# Disable unittests
More information about the Neon-commits
mailing list