From a5cb27bed2202818ee204db23f8488a7794d6ec3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:41:39 +0200 Subject: Adding debian version 1.70.0+dfsg2-1. Signed-off-by: Daniel Baumann --- debian/lintian-to-copyright.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/lintian-to-copyright.sh') diff --git a/debian/lintian-to-copyright.sh b/debian/lintian-to-copyright.sh index 9a766da35..866e31bcd 100755 --- a/debian/lintian-to-copyright.sh +++ b/debian/lintian-to-copyright.sh @@ -1,5 +1,5 @@ #!/bin/sh # Pipe the output of lintian into this. sed -ne 's/.* file-without-copyright-information //p' | cut -d/ -f1-2 | sort -u | while read x; do - /usr/share/cargo/scripts/guess-crate-copyright "$x" + debian/scripts/guess-crate-copyright "$x" done -- cgit v1.2.3