About --- To get this source: https://cgit.git.savannah.gnu.org/cgit/grub.git/snapshot/grub-2.14-rc1.tar.gz then any patches came from grub2 salsa, experimental. This build is no-alt-arch. All of the alternative arch packages were commented out from d/control. The makefile (d/rules) is keyed off the the dh_listpackages. --- snip --- override_dh_autoreconf: mkdir -p debian/stamps rm -rf debian/grub-extras-enabled mkdir debian/grub-extras-enabled set -e; for extra in 915resolution ntldr-img; do \ cp -a debian/grub-extras/$$extra debian/grub-extras-enabled/; \ done ./autogen.sh env -u DH_OPTIONS GRUB_CONTRIB=$(CURDIR)/debian/grub-extras-enabled \ PYTHON=python3 \ dh_autoreconf -- ./autogen.sh # sed -i -e "/^AUTOPOINT=true/i cp -p gnulib/build-aux/config.rpath build-aux" bootstrap # sed -i -e "s|fix-base64||" -e "s|fix-uninit-structure||" -e "s|no-abort||" -e "s|fix-width||" -e "s|fix-null-deref||" bootstrap.conf --- snip --- Author --- PryMar56 Oct 2025