[neon/extras/skrooge/Neon/unstable] debian: DEB_HOST_MULTIARCH_TYPE

Carlos De Maine null at kde.org
Wed Feb 15 09:34:48 GMT 2023


Git commit b617a5dbcb7ff1bcca05b59c9524ef95b264a295 by Carlos De Maine.
Committed on 15/02/2023 at 09:34.
Pushed by carlosdem into branch 'Neon/unstable'.

DEB_HOST_MULTIARCH_TYPE

M  +3    -1    debian/rules

https://invent.kde.org/neon/extras/skrooge/commit/b617a5dbcb7ff1bcca05b59c9524ef95b264a295

diff --git a/debian/rules b/debian/rules
index 2b1d0e7..ebc60e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
+DEB_HOST_MULTIARCH_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
 	dh $@ --with kf5,python3
 
 override_dh_auto_configure:
-	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF -DSKG_WEBENGINE=ON -DSKG_WEBKIT=OFF -CMAKE_LIBRARY_ARCHITECTURE=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF -DSKG_WEBENGINE=ON -DSKG_WEBKIT=OFF -CMAKE_LIBRARY_ARCHITECTURE=$(DEB_HOST_MULTIARCH_TYPE )
 
 override_dh_auto_test:
 


More information about the Neon-commits mailing list