diff mbox series

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

Message ID 20231205091141.848578-2-po-hsu.lin@canonical.com
State New
Headers show
Series UBUNTU: [Packaging] drop references to is_rust_module.sh | expand

Commit Message

Po-Hsu Lin Dec. 5, 2023, 9:11 a.m. UTC
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@canonical.com>
---
 debian.master/reconstruct | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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