summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2021-08-09 16:45:26 +0100
committerChris Lamb <lamby@debian.org>2021-08-09 16:45:26 +0100
commit39292db6864d2fa884bc6fbd10175d24dae4431f (patch)
treecfdca48b47b3524947a87c4c8a3539f883afd0aa /bin
parentec792272e9831f0c4bf6e53efc903baf323f1031 (diff)
Not making any changes to a foo-needed.txt file may also indicate a misspelled (or conflated) source package name.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen-DSA2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-DSA b/bin/gen-DSA
index 5e901436f8..dbdfc12245 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -409,7 +409,7 @@ EOF
echo "Made the following changes:"
git diff -- data/$IDMODE/list $needed_file
if ! git diff-index --name-only HEAD -- $needed_file | grep -qs . && [ $TYPE = security ]; then
- warn "did not make any changes to $needed_file - this may indicate duplicate work"
+ warn "did not make any changes to $needed_file - this may indicate duplicate work or misspelled package name"
fi
fi
warn "you need to commit and push the changes to data/$IDMODE/list etc. to actually reserve the $IDMODE-$DAID number and avoid conflicts with others."

© 2014-2024 Faster IT GmbH | imprint | privacy policy