[neon/kde/powerdevil/Neon/unstable] debian: override_dh_autoconfigure

Carlos De Maine null at kde.org
Wed Jun 21 02:30:27 BST 2023


Git commit aa689719e2081e548d41a0055de610ba6c941183 by Carlos De Maine.
Committed on 21/06/2023 at 01:30.
Pushed by carlosdem into branch 'Neon/unstable'.

override_dh_autoconfigure

M  +4    -1    debian/rules

https://invent.kde.org/neon/kde/powerdevil/-/commit/aa689719e2081e548d41a0055de610ba6c941183

diff --git a/debian/rules b/debian/rules
index ca9230b..cb9e84d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,10 @@
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf6 --buildsystem kf6 -- -std=c++20 -fmodules-ts
+	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_autoconfigure
+	dh_autoconfigure -- -std=c++20 -fmodules-ts
 
 override_dh_shlibdeps:
 	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list