[L][SRU][PATCH 1/1] UBUNTU: [Packaging] drop references to is_rust_module.sh

Po-Hsu Lin po-hsu.lin at canonical.com
Tue Dec 5 09:11:41 UTC 2023


BugLink: https://bugs.launchpad.net/bugs/2045636

The script tools/is_rust_module.sh has been dropped by this commit in
Lunar tree:

  5ee59787fdd0 ("UBUNTU: SAUCE: scripts: rust: drop is_rust_module.sh")

And upstream as well (in 6.6):

  41bdc6decda0 ("btf, scripts: rust: drop is_rust_module.sh")

But we still have a reference of it in debian.master/reconstruct. Drop
the reference to prevent unnecessary warnings during the build.

Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
 debian.master/reconstruct | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian.master/reconstruct b/debian.master/reconstruct
index bb2f4c5..2b2866e 100644
--- a/debian.master/reconstruct
+++ b/debian.master/reconstruct
@@ -161,7 +161,6 @@ rm -f 'net/sched/cls_rsvp.c'
 rm -f 'net/sched/cls_rsvp.h'
 rm -f 'net/sched/cls_rsvp6.c'
 rm -f 'net/sched/cls_tcindex.c'
-rm -f 'scripts/is_rust_module.sh'
 rm -f 'tools/testing/selftests/net/bpf/Makefile'
 rm -f 'tools/testing/selftests/net/bpf/nat6to4.c'
 rm -f 'tools/testing/selftests/tc-testing/tc-tests/filters/rsvp.json'
@@ -216,6 +215,5 @@ chmod +x 'debian/tests-build/check-aliases'
 chmod +x 'debian/tests/rebuild'
 chmod +x 'debian/tests/ubuntu-regression-suite'
 chmod +x 'drivers/watchdog/f71808e_wdt.c'
-chmod -x 'scripts/is_rust_module.sh'
 chmod +x 'update-dkms-versions'
 exit 0
-- 
2.7.4




More information about the kernel-team mailing list