[neon/backports-jammy/libqt5qxlsx-jammy/Neon/release] debian: fix d/rules

Tomasz Buchert null at kde.org
Thu Mar 2 00:08:03 GMT 2023


Git commit 3f92b80ba88f0508c7c9116ab54486de93c12ee4 by Tomasz Buchert.
Committed on 09/10/2022 at 13:17.
Pushed by carlosdem into branch 'Neon/release'.

fix d/rules

M  +3    -6    debian/rules

https://invent.kde.org/neon/backports-jammy/libqt5qxlsx-jammy/commit/3f92b80ba88f0508c7c9116ab54486de93c12ee4

diff --git a/debian/rules b/debian/rules
index f1d1d25..b30dafa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,8 @@
 
 
 %:
-	dh $@
+	dh $@ --sourcedirectory=QXlsx
 
 
-# dh_make generated override targets.
-# This is an example for Cmake (see <https://bugs.debian.org/641051>).
-#override_dh_auto_configure:
-#	dh_auto_configure -- \
-#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_SHARED_LIBS=ON



More information about the Neon-commits mailing list