[L][SRU][PATCH 0/1] UBUNTU: [Packaging] drop references to is_rust_module.sh
Po-Hsu Lin
po-hsu.lin at canonical.com
Tue Dec 5 09:11:40 UTC 2023
BugLink: https://bugs.launchpad.net/bugs/2045636
[Impact]
The script/is_rust_module.sh has been removed with commit "UBUNTU:
SAUCE: scripts: rust: drop is_rust_module.sh" (LP: #2007654).
But the debian.master/reconstruct is not updated for this.
Consequently we will see this error message when running "fakeroot
debian/rules clean" command:
chmod: cannot access 'scripts/is_rust_module.sh': No such file or directory
We didn't notice this as this is not a show-stopper.
[Fix]
Remove corresponding lines from debian.master/reconstruct.
We already have this issue fixed in Mantic+.
[Test Plan]
Run "fakeroot debian/rules clean" with the patched kernel tree and
this error message should not exist anymore.
[Where problems could occur]
Removing command line operation on a non-existing file, this should
not cause any regression.
Po-Hsu Lin (1):
UBUNTU: [Packaging] drop references to is_rust_module.sh
debian.master/reconstruct | 2 --
1 file changed, 2 deletions(-)
--
2.7.4
More information about the kernel-team
mailing list