]> git.proxmox.com Git - cargo.git/blame - debian/lintian-to-copyright.sh
d/make_orig_multi: don't use legacy GZIP env var
[cargo.git] / debian / lintian-to-copyright.sh
CommitLineData
05b76f5f
XL
1#!/bin/sh
2# Pipe the output of lintian into this.
3sed -ne 's,.* file-without-copyright-information debian/copyright ,,p' | cut -d/ -f1-2 | sort -u | while read x; do
4 /usr/share/cargo/scripts/guess-crate-copyright "$x"
5done