[neon/extras/skrooge/Neon/unstable] debian: Update rules

Carlos De Maine null at kde.org
Wed Feb 15 10:08:24 GMT 2023


Git commit 6c94fab21e4a8bb2d453eb3ff1725a6b71016055 by Carlos De Maine.
Committed on 15/02/2023 at 10:08.
Pushed by carlosdem into branch 'Neon/unstable'.

Update rules

M  +2    -2    debian/rules

https://invent.kde.org/neon/extras/skrooge/commit/6c94fab21e4a8bb2d453eb3ff1725a6b71016055

diff --git a/debian/rules b/debian/rules
index 0d7b3d7..bf71e4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,12 @@
 #!/usr/bin/make -f
 
-DEB_HOST_MULTIARCH_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_HOST_MULTIARCH_  ?= $(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=$(DEB_HOST_MULTIARCH_TYPE)
+	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF -DSKG_WEBENGINE=ON -DSKG_WEBKIT=OFF -CMAKE_LIBRARY_ARCHITECTURE=$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_test:
 


More information about the Neon-commits mailing list