[neon/neon-packaging/mauikit-filebrowsing/Neon/release] debian: proper cmake variable support

Carlos De Maine null at kde.org
Fri Jun 9 02:59:16 BST 2023


Git commit a0b0a02a4c59ce41292620c11dbf11de58c61f66 by Carlos De Maine.
Committed on 09/06/2023 at 01:59.
Pushed by carlosdem into branch 'Neon/release'.

proper cmake variable support

M  +4    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/mauikit-filebrowsing/-/commit/a0b0a02a4c59ce41292620c11dbf11de58c61f66

diff --git a/debian/rules b/debian/rules
index 97c6580..793a0b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp -- -DENABLE_BSYMBOLICFUNCTIONS=OFF
+	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp 
+
+override_dh_auto_configure:
+    dh_auto_configure -- -DENABLE_BSYMBOLICFUNCTIONS=OFF


More information about the Neon-commits mailing list