]> git.proxmox.com Git - rustc.git/blob - debian/lintian-to-copyright.sh
add wasm32 libc patch
[rustc.git] / debian / lintian-to-copyright.sh
1 #!/bin/sh
2 # Pipe the output of lintian into this.
3 sed -ne 's/.* file-without-copyright-information //p' | cut -d/ -f1-2 | sort -u | while read x; do
4 /usr/share/cargo/scripts/guess-crate-copyright "$x"
5 done