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

Carlos De Maine null at kde.org
Thu Jun 22 05:59:53 BST 2023


Git commit 377514f19cf68225be5172cb62d97f27ae1f4a03 by Carlos De Maine.
Committed on 22/06/2023 at 04:59.
Pushed by carlosdem into branch 'Neon/unstable'.

use dh_configure instead

M  +2    -2    debian/rules

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

diff --git a/debian/rules b/debian/rules
index fe1a8c4..c263cb0 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_auto_configure:
-	dh_auto_configure -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
+override_dh_configure:
+	dh_configure -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON 


More information about the Neon-commits mailing list