[neon/system/kcm-grub2/Neon/unstable] debian: use the same build flags as invent CI
Carlos De Maine
null at kde.org
Tue Feb 24 03:26:56 GMT 2026
Git commit 4d59dc00c5acda87d768ce4c1526187a7b8bb8d0 by Carlos De Maine.
Committed on 24/02/2026 at 03:26.
Pushed by carlosdem into branch 'Neon/unstable'.
use the same build flags as invent CI
M +3 -0 debian/rules
https://invent.kde.org/neon/system/kcm-grub2/-/commit/4d59dc00c5acda87d768ce4c1526187a7b8bb8d0
diff --git a/debian/rules b/debian/rules
index f21e70f..223e9e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
%:
dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DGRUB_INSTALL_EXE=/usr/sbin/grub-install -DGRUB_MKCONFIG_EXE=/usr/sbin/grub-mkconfig -DGRUB_PROBE_EXE=/usr/sbin/grub-probe -DGRUB_SET_DEFAULT_EXE=/usr/sbin/grub-set-default -DGRUB_MENU=/boot/grub/grub.cfg -DGRUB_CONFIG=/etc/default/grub -DGRUB_ENV=/boot/grub/grubenv -DGRUB_MEMTEST=/etc/grub.d/20_memtest86+ -DGRUB_LOCALE=/boot/grub/locale
More information about the Neon-commits
mailing list