From b6ed282b54689aaf87aa185f73ea13ca89a1ee21 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 24 Nov 2025 16:30:19 +1300 Subject: [PATCH] debian: Set execute bit on rules file It is expected that debian/rules is executable[1]. This is enforced at various levels when building via sonic-buildimage so the sonic-bmp submodule often ends up with a lone modified content entry because something has "fixed" the file to have the required permissions. Commit this mode change so that future builds don't end up with an unwanted modified content on sonic-bmp. [1] - https://www.man7.org/linux/man-pages/man5/deb-src-rules.5.html Signed-off-by: Chris Packham --- debian/rules | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 debian/rules diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755