[neon/kde/bomber/Neon/stable] debian: override_dh_auto_configure:
Carlos De Maine
null at kde.org
Sat Jan 20 05:25:01 GMT 2024
Git commit 7891e1ece977287c09cb8573b5c602288ca65b15 by Carlos De Maine.
Committed on 20/01/2024 at 06:25.
Pushed by carlosdem into branch 'Neon/stable'.
override_dh_auto_configure:
dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/
D +0 -1 debian/bomber.links
M +3 -0 debian/rules
https://invent.kde.org/neon/kde/bomber/-/commit/7891e1ece977287c09cb8573b5c602288ca65b15
diff --git a/debian/bomber.links b/debian/bomber.links
deleted file mode 100644
index 1678323..0000000
--- a/debian/bomber.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/bomber usr/games/bomber
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 3d69b0d..b3f8bac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@
%:
dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/
More information about the Neon-commits
mailing list