[neon/extras/kstars/Neon/stable] debian: drop kf5 reference

Carlos De Maine null at kde.org
Thu Sep 4 12:19:01 BST 2025


Git commit 4230186ce41472c04e1ca21bf223041c9f29cb46 by Carlos De Maine.
Committed on 04/09/2025 at 11:19.
Pushed by carlosdem into branch 'Neon/stable'.

drop kf5 reference

M  +1    -5    debian/rules

https://invent.kde.org/neon/extras/kstars/-/commit/4230186ce41472c04e1ca21bf223041c9f29cb46

diff --git a/debian/rules b/debian/rules
index 7a9efe4..6808521 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,6 @@ endif
 	dh $@ --with kf6 --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON -DBUILD_WITH_QT5=OFF
-
-execute_after_dh_auto_install:
-	# remove development stuff
-	#find debian/tmp -name '*.a' -delete
+	dh_auto_configure -- -DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON -DBUILD_WITH_QT5=OFF
 
 .PHONY: override_dh_auto_test


More information about the Neon-commits mailing list