[neon/neon-packaging/mauikit-filebrowsing/Neon/unstable] debian: Revert "use dh_configure instead"

Carlos De Maine null at kde.org
Thu Jun 22 06:30:33 BST 2023


Git commit ffb289b525730330a540d5f9a4d64d08da4b3e20 by Carlos De Maine.
Committed on 22/06/2023 at 05:30.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "use dh_configure instead"

This reverts commit 377514f19cf68225be5172cb62d97f27ae1f4a03

M  +2    -2    debian/rules

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

diff --git a/debian/rules b/debian/rules
index c263cb0..fe1a8c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,5 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 %:
 	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp 
 
-override_dh_configure:
-	dh_configure -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON 
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON


More information about the Neon-commits mailing list