sanitize-filename icon indicating copy to clipboard operation
sanitize-filename copied to clipboard

source code in crate should not be executable

Open werdahias opened this issue 2 years ago • 1 comments

Hi. I'm in the process of packaging your crate for debian. I noticed the following lintian warnings:


librust-sanitize-filename-dev: executable-not-elf-or-script usr/share/cargo/registry/sanitize-filename-0.4.0/.gitignore
librust-sanitize-filename-dev: executable-not-elf-or-script usr/share/cargo/registry/sanitize-filename-0.4.0/README.md
librust-sanitize-filename-dev: executable-not-elf-or-script usr/share/cargo/registry/sanitize-filename-0.4.0/src/lib.rs
librust-sanitize-filename-dev: executable-not-elf-or-script usr/share/cargo/registry/sanitize-filename-0.4.0/src/main.rs

This translates that the files above are probably marked as executable (chmod +x). Please have a look at it.

werdahias avatar May 23 '22 03:05 werdahias