[neon/kde/blinken/Neon/stable] debian: fix rules

Carlos De Maine null at kde.org
Sat Jan 20 01:49:01 GMT 2024


Git commit 08f2aea1b25c867c6235a6f2c296aca97b6c4382 by Carlos De Maine.
Committed on 20/01/2024 at 02:49.
Pushed by carlosdem into branch 'Neon/stable'.

fix rules

A  +1    -0    debian/links
M  +1    -4    debian/rules

https://invent.kde.org/neon/kde/blinken/-/commit/08f2aea1b25c867c6235a6f2c296aca97b6c4382

diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..e08e240
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/bin/blinken usr/games/blinken
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 551c80e..25f5412 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,8 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_auto_configure:
-	$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
-
 override_dh_auto_install:
-	$(overridden_command)
+	override_dh_auto_install
 	# Shipped in ttf-sjfonts
 	rm -rv debian/blinken/usr/share/blinken/fonts/
 	# Describing the handling of the "steve" font


More information about the Neon-commits mailing list