From c5d06642e163c6f2def24543bd66e012e6eeac8f Mon Sep 17 00:00:00 2001 From: UmiHani Date: Sun, 2 Aug 2026 23:29:34 -0400 Subject: [PATCH] debian/rules: restore the executable bit dpkg-buildpackage invokes debian/rules directly, so it has to be executable. It is currently recorded in git as mode 100644, so a fresh clone checks it out non-executable and the package build has to be fixed up by hand before it will run. sonic-bmp looks like the only SONiC component affected: of the 24 submodules under sonic-buildimage's src/ that ship a debian/rules, the other 23 are all mode 100755. Permission bit only - no content change. Co-Authored-By: Claude Opus 5 --- 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