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

Andrea Righi andrea.righi at canonical.com
Thu Oct 5 12:06:51 UTC 2023


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

  079c66bbe2f8 ("UBUNTU: SAUCE: btf, 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: Andrea Righi <andrea.righi at canonical.com>
---
 debian.master/reconstruct | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian.master/reconstruct b/debian.master/reconstruct
index 2511066cae8c..4e3ef23f1f77 100644
--- a/debian.master/reconstruct
+++ b/debian.master/reconstruct
@@ -3,7 +3,6 @@
 rm -f 'drivers/media/pci/intel/ipu3/cio2-bridge.c'
 rm -f 'drivers/media/pci/intel/ipu3/cio2-bridge.h'
 rm -f 'include/linux/ceph/mdsmap.h'
-rm -f 'scripts/is_rust_module.sh'
 chmod +x 'debian/cloud-tools/hv_get_dhcp_info'
 chmod +x 'debian/cloud-tools/hv_get_dns_info'
 chmod +x 'debian/cloud-tools/hv_set_ifconfig'
@@ -54,6 +53,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.40.1




More information about the kernel-team mailing list