[neon/kde/ksirk/Neon/unstable] debian: rules

Carlos De Maine null at kde.org
Sat Sep 30 07:13:58 BST 2023


Git commit 89877fac67092952ab5f8b5745de02d9297433e7 by Carlos De Maine.
Committed on 30/09/2023 at 08:13.
Pushed by carlosdem into branch 'Neon/unstable'.

rules

M  +2    -2    debian/rules

https://invent.kde.org/neon/kde/ksirk/-/commit/89877fac67092952ab5f8b5745de02d9297433e7

diff --git a/debian/rules b/debian/rules
index c3fd7b4..4912e9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,10 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DKDE_INSTALL_BINDIR=/usr/games
+	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games
 
 override_dh_auto_install:
-	$(overridden_command)
+	dh_auto_install
 	# do not ship development stuff
 	find debian/ksirk -name '*.so' -type l -delete
 	find debian/ksirk -name '*.a' -delete


More information about the Neon-commits mailing list