[neon/extras/kdevelop/Neon/experimental] debian: Update rules

Carlos De Maine null at kde.org
Sun Apr 14 06:53:04 BST 2024


Git commit 525c313fd894337a2f827a4be9a13b635fedaeb3 by Carlos De Maine.
Committed on 14/04/2024 at 05:53.
Pushed by carlosdem into branch 'Neon/experimental'.

Update rules

M  +2    -22   debian/rules

https://invent.kde.org/neon/extras/kdevelop/-/commit/525c313fd894337a2f827a4be9a13b635fedaeb3

diff --git a/debian/rules b/debian/rules
index 740b8e5..071a737 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,28 +2,8 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf debian/man/out
-	-rmdir debian/man
-
-override_dh_install:
-	dh_install --list-missing
-
-override_dh_auto_build:
-	dh_auto_build --parallel
-	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
-	for f in $$(find debian/man -name '*.man'); do \
-		soelim -I debian/man $$f \
-		> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
-	done
-
-override_dh_strip:
-	dh_strip
-
-.PHONY: override_dh_auto_test
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_WITH_QT6


More information about the Neon-commits mailing list