[neon/qt6/qt6-libqaccessibilityclient/Neon/unstable] debian: rules: stop adding LIB_INSTALL_DIR for cmake
Pino Toscano
null at kde.org
Mon Mar 13 14:22:58 GMT 2023
Git commit 9e0d5aa3aee731d3e76e610fe22ecfcae14c1cf6 by Pino Toscano.
Committed on 08/07/2019 at 05:28.
Pushed by jriddell into branch 'Neon/unstable'.
rules: stop adding LIB_INSTALL_DIR for cmake
M +1 -0 debian/changelog
M +1 -4 debian/rules
https://invent.kde.org/neon/qt6/qt6-libqaccessibilityclient/commit/9e0d5aa3aee731d3e76e610fe22ecfcae14c1cf6
diff --git a/debian/changelog b/debian/changelog
index 39e4a9b..91b9710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libqaccessibilityclient (0.4.1-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream release.
* Bump Standards-Version to 4.4.0, no changes required.
+ * Stop specifying LIB_INSTALL_DIR for cmake, as ECM already does that.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Mon, 08 Jul 2019 07:18:11 +0200
diff --git a/debian/rules b/debian/rules
index 3a740df..a0e856b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
# hide private (not exported) symbols
export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden
@@ -14,8 +12,7 @@ export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidd
override_dh_auto_configure:
dh_auto_configure -- \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
# requires D-Bus & AT-SPI
.PHONY: override_dh_auto_test
More information about the Neon-commits
mailing list