[neon/qt6/qt6-phonon/Neon/unstable] debian: multi arch

Jonathan Esk-Riddell null at kde.org
Mon Feb 20 16:43:09 GMT 2023


Git commit ff7be11d6c50294496b9a37d0815df2280b5c57c by Jonathan Esk-Riddell.
Committed on 20/02/2023 at 16:43.
Pushed by jriddell into branch 'Neon/unstable'.

multi arch

M  +3    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-phonon/commit/ff7be11d6c50294496b9a37d0815df2280b5c57c

diff --git a/debian/rules b/debian/rules
index 8bec3f8..a3258de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_shlibdeps:
-	dh_shlibdeps -a -O--buildsystem=kf6 -l`pwd`/debian/qt6-phonon/usr/kf6/lib/x86_64-linux-gnu/  -l`pwd`/debian/qt6-phonon/usr/kf6/lib/aarch64-linux-gnu/
+	dh_shlibdeps -a -O--buildsystem=kf6 -l`pwd`/debian/qt6-phonon/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list